diff options
| author | Lou Berger <lberger@labn.net> | 2017-01-23 15:39:04 -0500 |
|---|---|---|
| committer | Lou Berger <lberger@labn.net> | 2017-01-24 13:44:48 -0500 |
| commit | bbd1d850f787d38ca8c1b0eb2a5c19d305cfc77d (patch) | |
| tree | ecaa8f0f8eabe31f1fb1c7b75ee6a3e769bc5de6 | |
| parent | b99615f95ff519f8e5e3881f121fa24cd4fb93e3 (diff) | |
bgpd: restore show bgp neighbors command
| -rw-r--r-- | bgpd/bgp_route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 0e9c71c1ee..f045d17000 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -9478,7 +9478,7 @@ peer_adj_routes (struct vty *vty, struct peer *peer, afi_t afi, safi_t safi, DEFUN (show_ip_bgp_instance_neighbor_advertised_route, show_ip_bgp_instance_neighbor_advertised_route_cmd, - "show [ip] bgp [<view|vrf> WORD] [<ipv4 [<unicast|multicast>]|ipv6 [<unicast|multicast>]|encap [unicast]|vpnv4 [unicast]>] neighbors <A.B.C.D|X:X::X:X|WORD> [<received-routes|advertised-routes> [route-map WORD]] [json]", + "show [ip] bgp [<view|vrf> WORD] [<ipv4 [<unicast|multicast>]|ipv6 [<unicast|multicast>]|encap [unicast]|vpnv4 [unicast]>] neighbors <A.B.C.D|X:X::X:X|WORD> <received-routes|advertised-routes> [route-map WORD] [json]", SHOW_STR IP_STR BGP_STR |
