]> git.puffer.fish Git - mirror/frr.git/commit
zebra: show interfaces in a specified VRF or all VRFs
authorFeng Lu <lu.feng@6wind.com>
Fri, 22 May 2015 09:40:01 +0000 (11:40 +0200)
committerVipin Kumar <vipin@cumulusnetworks.com>
Fri, 30 Oct 2015 05:59:26 +0000 (22:59 -0700)
commit8b87bdf4165979e072b3417dbf82300d18ca7d96
tree07049a8b793f37a3c164749efa6d39df23c6344e
parentcd2a8a42e10a81f84b8c4dd061f1125b06b06bc5
zebra: show interfaces in a specified VRF or all VRFs

The following commands only show interfaces in the default VRF:
    show interface
    show interface IFNAME
    show interface description

New options are introduced to show interfaces in a specified VRF:
    show interface vrf N
    show interface IFNAME vrf N
    show interface description vrf N

or all VRFs:
    show interface vrf all
    show interface IFNAME vrf all
    show interface description vrf all

Signed-off-by: Feng Lu <lu.feng@6wind.com>
Reviewed-by: Alain Ritoux <alain.ritoux@6wind.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Vincent JARDIN <vincent.jardin@6wind.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/interface.c