mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 09:20:25 +00:00
bgp: Fix incorrect cli
The optional parameter was entered as {JSON} when it should have been {json} Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
e3e29b328d
commit
847e983fb5
@ -8036,7 +8036,7 @@ DEFUN (show_bgp_ipv4_prefix,
|
|||||||
|
|
||||||
DEFUN (show_bgp_ipv6_route,
|
DEFUN (show_bgp_ipv6_route,
|
||||||
show_bgp_ipv6_route_cmd,
|
show_bgp_ipv6_route_cmd,
|
||||||
"show bgp ipv6 X:X::X:X {JSON}",
|
"show bgp ipv6 X:X::X:X {json}",
|
||||||
SHOW_STR
|
SHOW_STR
|
||||||
BGP_STR
|
BGP_STR
|
||||||
"Address family\n"
|
"Address family\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user