public final class BgpPeerUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BgpPeerUtil.LlGracefulRestartDTO
Deprecated.
This class is deprecated for refactoring.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
public static Update createEndOfRib(TablesKey key)
key - of family for which we need EORpublic static boolean isEndOfRib(UpdateMessage msg)
msg - UPDATE message to be checkedCopyright © 2020 OpenDaylight. All rights reserved.