]> git.puffer.fish Git - matthieu/frr.git/commit
Zebra: Move VRF keyword in show ip route commands
authorDon Slice <dslice@cumulusnetworks.com>
Sun, 28 Feb 2016 22:03:27 +0000 (22:03 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Sun, 28 Feb 2016 22:03:27 +0000 (22:03 +0000)
commitd511d7f1685b29914f4e6c6ed3ff4c03454b4d20
tree7c072133cfbb2d314d74c498f9f843a3f2d5710e
parent53eadacfc09eb94067cbf8f8f469881df1094ef7
Zebra: Move VRF keyword in show ip route commands

To make the syntax of the "show ip route" vrf commands more closely align with the bgp variety,
moved the vrf forward in the command.  In other words, show ip route 10.1.1.1/32 vrf green became
show ip route vrf green 10.0.0.1/32.  Also added a couple of missing show vrf commands (ipv4 and
ipv6 tags).

Ticket: CM-9114
Signed-off-by: Don Slice
Reviewed-by: Donald Sharp
zebra/zebra_vty.c