mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:33:15 +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,
|
DEFUN (show_ip_bgp_view_rsclient_route,
|
||||||
show_ip_bgp_view_rsclient_route_cmd,
|
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
|
SHOW_STR
|
||||||
IP_STR
|
IP_STR
|
||||||
BGP_STR
|
BGP_STR
|
||||||
|
Loading…
Reference in New Issue
Block a user