mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 07:40:02 +00:00
Merge pull request #3706 from pguibert6WIND/graceful_restart_range
Graceful restart range
This commit is contained in:
commit
b57442d701
@ -1945,7 +1945,7 @@ DEFUN (no_bgp_graceful_restart,
|
||||
|
||||
DEFUN (bgp_graceful_restart_stalepath_time,
|
||||
bgp_graceful_restart_stalepath_time_cmd,
|
||||
"bgp graceful-restart stalepath-time (1-3600)",
|
||||
"bgp graceful-restart stalepath-time (1-4095)",
|
||||
"BGP specific commands\n"
|
||||
"Graceful restart capability parameters\n"
|
||||
"Set the max time to hold onto restarting peer's stale paths\n"
|
||||
@ -1962,7 +1962,7 @@ DEFUN (bgp_graceful_restart_stalepath_time,
|
||||
|
||||
DEFUN (bgp_graceful_restart_restart_time,
|
||||
bgp_graceful_restart_restart_time_cmd,
|
||||
"bgp graceful-restart restart-time (1-3600)",
|
||||
"bgp graceful-restart restart-time (1-4095)",
|
||||
"BGP specific commands\n"
|
||||
"Graceful restart capability parameters\n"
|
||||
"Set the time to wait to delete stale routes before a BGP open message is received\n"
|
||||
@ -1979,7 +1979,7 @@ DEFUN (bgp_graceful_restart_restart_time,
|
||||
|
||||
DEFUN (no_bgp_graceful_restart_stalepath_time,
|
||||
no_bgp_graceful_restart_stalepath_time_cmd,
|
||||
"no bgp graceful-restart stalepath-time [(1-3600)]",
|
||||
"no bgp graceful-restart stalepath-time [(1-4095)]",
|
||||
NO_STR
|
||||
"BGP specific commands\n"
|
||||
"Graceful restart capability parameters\n"
|
||||
@ -1994,7 +1994,7 @@ DEFUN (no_bgp_graceful_restart_stalepath_time,
|
||||
|
||||
DEFUN (no_bgp_graceful_restart_restart_time,
|
||||
no_bgp_graceful_restart_restart_time_cmd,
|
||||
"no bgp graceful-restart restart-time [(1-3600)]",
|
||||
"no bgp graceful-restart restart-time [(1-4095)]",
|
||||
NO_STR
|
||||
"BGP specific commands\n"
|
||||
"Graceful restart capability parameters\n"
|
||||
|
Loading…
Reference in New Issue
Block a user