Class MultiPathSupportUtil
java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.MultiPathSupportUtil
- 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisTableTypeSupported(@Nullable PeerSpecificParserConstraint constraints, @NonNull BgpTableType afiSafi) Check is AFI/SAFI is supported byMultiPathSupportservice. 
- 
Method Details
- 
isTableTypeSupported
public static boolean isTableTypeSupported(@Nullable PeerSpecificParserConstraint constraints, @NonNull BgpTableType afiSafi) Check is AFI/SAFI is supported byMultiPathSupportservice.- Parameters:
 constraints- Peer specific constraint.afiSafi- Required AFI/SAFI- Returns:
 - True if AFI/SAFI is supported.
 
 
 -