public interface BGPGracelfulRestartState
Modifier and Type | Method and Description |
---|---|
int |
getPeerRestartTime()
The period of time (advertised by the peer) that the peer expects a restart of a
BGP session to take.
|
boolean |
isGracefulRestartAdvertized(TablesKey tablesKey)
is Graceful Restart Supported advertized to neighbor.
|
boolean |
isGracefulRestartReceived(TablesKey tablesKey)
is Graceful Restart Supported advertized by neighbor.
|
boolean |
isLocalRestarting()
This flag indicates whether the local neighbor is currently restarting.
|
boolean |
isPeerRestarting()
This flag indicates whether the remote neighbor is currently in the process of
restarting, and hence received routes are currently stale.
|
boolean isGracefulRestartAdvertized(@Nonnull TablesKey tablesKey)
tablesKey
- tables Keyboolean isGracefulRestartReceived(@Nonnull TablesKey tablesKey)
tablesKey
- tables Keyboolean isLocalRestarting()
int getPeerRestartTime()
boolean isPeerRestarting()
Copyright © 2019 OpenDaylight. All rights reserved.