mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
zebra: Allow v4 or v6 addresses to be optional after vrf X
in show ip nht
The `show ip nht vrf EVA ...` command was not allowing you to only specify the vrf anymore. Fix this: robot# show ip nht vrf EVA <cr> A.B.C.D IPv4 Address X:X::X:X IPv6 Address robot# show ip nht vrf EVA 4.5.6.7 robot# show ip nht vrf EVA robot# Ticket: CM-25831 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
3c1c172f02
commit
94a01fb26e
@ -1028,7 +1028,7 @@ DEFPY (show_route_all_table_vrf,
|
||||
|
||||
DEFPY (show_ip_nht,
|
||||
show_ip_nht_cmd,
|
||||
"show <ip$ipv4|ipv6$ipv6> <nht|import-check>$type [<A.B.C.D|X:X::X:X>$addr|vrf NAME$vrf_name <A.B.C.D|X:X::X:X>$addr|vrf all$vrf_all]",
|
||||
"show <ip$ipv4|ipv6$ipv6> <nht|import-check>$type [<A.B.C.D|X:X::X:X>$addr|vrf NAME$vrf_name [<A.B.C.D|X:X::X:X>$addr]|vrf all$vrf_all]",
|
||||
SHOW_STR
|
||||
IP_STR
|
||||
IP6_STR
|
||||
|
Loading…
Reference in New Issue
Block a user