diff options
author | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2018-05-30 15:14:50 +0900 |
---|---|---|
committer | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2018-06-13 13:56:48 +0900 |
commit | 222bf4433d3c07a1490108e7b88028ec48c4ed5e (patch) | |
tree | 32796841cf43a7d738b3986b659be2c7993eb5fc /api/gobgp.proto | |
parent | abe2efc2bfdd0ea022ce0734803e870b2c23ce91 (diff) |
api: Add some fields to notify Graceful Restart state
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 53137b3e..cf0f2653 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -821,6 +821,10 @@ message GracefulRestart { bool notification_enabled = 5; bool longlived_enabled = 6; uint32 stale_routes_time = 7; + uint32 peer_restart_time = 8; + bool peer_restarting = 9; + bool local_restarting = 10; + string mode = 11; } message MpGracefulRestartConfig { |