Class BgpPeerUtil
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.BgpPeerUtil
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Deprecated.This class is deprecated for refactoring. -
Method Summary
Modifier and TypeMethodDescriptionstatic Update
createEndOfRib
(TablesKey key) Creates UPDATE message that contains EOR marker for specified address family.static boolean
isEndOfRib
(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
-