mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 08:32:12 +00:00
bgpd: Input Queue does not belong under router bgp
The input queue limit does not belong under router bgp. This is a dev escape and should just be removed. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
963b7ee448
commit
2d13ec0a50
@ -18928,10 +18928,6 @@ void bgp_vty_init(void)
|
||||
install_element(BGP_NODE, &bgp_graceful_restart_rib_stale_time_cmd);
|
||||
install_element(BGP_NODE, &no_bgp_graceful_restart_rib_stale_time_cmd);
|
||||
|
||||
/* "bgp inq-limit command */
|
||||
install_element(BGP_NODE, &bgp_inq_limit_cmd);
|
||||
install_element(BGP_NODE, &no_bgp_inq_limit_cmd);
|
||||
|
||||
/* "bgp graceful-shutdown" commands */
|
||||
install_element(BGP_NODE, &bgp_graceful_shutdown_cmd);
|
||||
install_element(BGP_NODE, &no_bgp_graceful_shutdown_cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user