mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-06 05:20:33 +00:00
Merge pull request #1007 from donaldsharp/clear_help_str
bgpd: Fix bgp clear help string
This commit is contained in:
commit
56f11e60fb
@ -6145,6 +6145,8 @@ DEFUN (clear_ip_bgp_all,
|
|||||||
IP_STR
|
IP_STR
|
||||||
BGP_STR
|
BGP_STR
|
||||||
BGP_INSTANCE_HELP_STR
|
BGP_INSTANCE_HELP_STR
|
||||||
|
BGP_AFI_HELP_STR
|
||||||
|
BGP_SAFI_WITH_LABEL_HELP_STR
|
||||||
"Clear all peers\n"
|
"Clear all peers\n"
|
||||||
"BGP neighbor address to clear\n"
|
"BGP neighbor address to clear\n"
|
||||||
"BGP IPv6 neighbor to clear\n"
|
"BGP IPv6 neighbor to clear\n"
|
||||||
@ -6153,8 +6155,6 @@ DEFUN (clear_ip_bgp_all,
|
|||||||
"Clear all external peers\n"
|
"Clear all external peers\n"
|
||||||
"Clear all members of peer-group\n"
|
"Clear all members of peer-group\n"
|
||||||
"BGP peer-group name\n"
|
"BGP peer-group name\n"
|
||||||
BGP_AFI_HELP_STR
|
|
||||||
BGP_SAFI_WITH_LABEL_HELP_STR
|
|
||||||
BGP_SOFT_STR
|
BGP_SOFT_STR
|
||||||
BGP_SOFT_IN_STR
|
BGP_SOFT_IN_STR
|
||||||
BGP_SOFT_OUT_STR
|
BGP_SOFT_OUT_STR
|
||||||
|
Loading…
Reference in New Issue
Block a user