Class BgpPeerUtil
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.BgpPeerUtil
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.This class is deprecated for refactoring. -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdatecreateEndOfRib(TablesKey key) Creates UPDATE message that contains EOR marker for specified address family.static booleanisEndOfRib(UpdateMessage msg) Verify presence of EOR marker in UPDATE message.
-
Method Details
-
createEndOfRib
Creates UPDATE message that contains EOR marker for specified address family.- Parameters:
key- of family for which we need EOR- Returns:
- UPDATE message with EOR marker
-
isEndOfRib
Verify presence of EOR marker in UPDATE message.- Parameters:
msg- UPDATE message to be checked- Returns:
- True if message contains EOR marker, otherwise return False
-