Class MultiPathSupportUtil
java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.MultiPathSupportUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isTableTypeSupported
(@Nullable PeerSpecificParserConstraint constraints, @NonNull BgpTableType afiSafi) Check is AFI/SAFI is supported byMultiPathSupport
service.
-
Method Details
-
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.
-