Class MultiPathSupportUtil
- java.lang.Object
-
- org.opendaylight.protocol.bgp.parser.spi.MultiPathSupportUtil
-
public final class MultiPathSupportUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isTableTypeSupported(@Nullable PeerSpecificParserConstraint constraints, @NonNull BgpTableType afiSafi)
Check is AFI/SAFI is supported byMultiPathSupport
service.
-
-
-
Method Detail
-
isTableTypeSupported
public static boolean isTableTypeSupported(@Nullable PeerSpecificParserConstraint constraints, @NonNull BgpTableType afiSafi)
Check is AFI/SAFI is supported byMultiPathSupport
service.- Parameters:
constraints
- Peer specific constraint.afiSafi
- Required AFI/SAFI- Returns:
- True if AFI/SAFI is supported.
-
-