diff options
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 { |