mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 04:36:45 +00:00
[bgpd] Fix definition of an rsclient command
* bgp_route.c: (show_ip_bgp_view_rsclient_route_cmd) Add the missing "ip" to the command string. Signed-off-by: Paul Jakma <paul@quagga.net>
This commit is contained in:
parent
6e687d74f7
commit
a8bf6f526e
@ -10291,7 +10291,7 @@ ALIAS (show_ip_bgp_view_rsclient,
|
||||
|
||||
DEFUN (show_ip_bgp_view_rsclient_route,
|
||||
show_ip_bgp_view_rsclient_route_cmd,
|
||||
"show bgp view WORD rsclient (A.B.C.D|X:X::X:X) A.B.C.D",
|
||||
"show ip bgp view WORD rsclient (A.B.C.D|X:X::X:X) A.B.C.D",
|
||||
SHOW_STR
|
||||
IP_STR
|
||||
BGP_STR
|
||||
|
Loading…
Reference in New Issue
Block a user