diff options
| author | David Lamparter <equinox@diac24.net> | 2017-08-21 14:22:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-21 14:22:54 +0200 |
| commit | 56f11e60fb0349a4a56d0b4402f04fe2ad7789db (patch) | |
| tree | f2282c4798a3ca56262b3015cbc91369cc52d298 | |
| parent | 82cc2e9deef59117760f0bdb5ca8a0bd00d339c8 (diff) | |
| parent | 510afcd647cce718dc25bd70179cb6fe6096113b (diff) | |
Merge pull request #1007 from donaldsharp/clear_help_str
bgpd: Fix bgp clear help string
| -rw-r--r-- | bgpd/bgp_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 01c27920f5..2e18a6d44f 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -6145,6 +6145,8 @@ DEFUN (clear_ip_bgp_all, IP_STR BGP_STR BGP_INSTANCE_HELP_STR + BGP_AFI_HELP_STR + BGP_SAFI_WITH_LABEL_HELP_STR "Clear all peers\n" "BGP neighbor address 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 members of peer-group\n" "BGP peer-group name\n" - BGP_AFI_HELP_STR - BGP_SAFI_WITH_LABEL_HELP_STR BGP_SOFT_STR BGP_SOFT_IN_STR BGP_SOFT_OUT_STR |
