]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix bgp clear help string 1007/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Aug 2017 13:45:16 +0000 (09:45 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Aug 2017 13:45:16 +0000 (09:45 -0400)
commit510afcd647cce718dc25bd70179cb6fe6096113b
treecb9be58e624f7f55dc56b7d420f6561fdc5d116f
parentf887261b92fd4416f7ceb9ffe388a6eb55b7721a
bgpd: Fix bgp clear help string

The bgp clear help string was misordered.

New output:
robot.cumulusnetworks.com# clear bgp
  (1-4294967295)  Clear peers with the AS number
  *               Clear all peers
  A.B.C.D         BGP neighbor address to clear
  WORD            BGP neighbor on interface to clear
  X:X::X:X        BGP IPv6 neighbor to clear
  external        Clear all external peers
  ipv4            Address Family
  ipv6            Address Family
  peer-group      Clear all members of peer-group
  prefix          Clear bestpath and re-advertise
  view            BGP view
  vrf             BGP VRF

Fixes: #1005
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_vty.c