Improve "show xxx tunnel" and "show int addr" output 94/10094/3
authorJohn Lo <loj@cisco.com>
Fri, 12 Jan 2018 22:15:25 +0000 (17:15 -0500)
committerDave Barach <openvpp@barachs.net>
Sat, 13 Jan 2018 15:24:15 +0000 (15:24 +0000)
commit4478d8edc35757c1da66e1c3c108af24940fbdd3
tree52386c505384f9f3ee1a4de1dd224dcbf5459465
parentaf0ff5af0cd471033169e63c6111d23cd801928c
Improve "show xxx tunnel" and "show int addr" output

Improve "show xxx tunnel" output functions format_xxx_tunnel() for
GRE, VXLAN, VXLAN-GPE, GENEVE and GTPU tunnels to make their output
more consistent and provide better information.
Improved the output of "show int addr" to make its info more
consistent with tunnels and provide fib-index info.

Change-Id: Icd4b5b85a5bec417f8ee19afea336c770ad3b4c5
Signed-off-by: John Lo <loj@cisco.com>
src/plugins/gtpu/gtpu.c
src/vnet/geneve/geneve.c
src/vnet/gre/interface.c
src/vnet/interface_cli.c
src/vnet/vxlan-gpe/vxlan_gpe.c
src/vnet/vxlan/vxlan.c