VPP-81: Print interface name after creating an interface with CLI 24/1224/2
authorPierre Pfister <ppfister@cisco.com>
Mon, 23 May 2016 11:51:54 +0000 (12:51 +0100)
committerChris Luke <chris_luke@cable.comcast.com>
Mon, 23 May 2016 14:46:13 +0000 (14:46 +0000)
commit78ea9c2869967693b77949ec154deef6340d01f5
tree9c6d53c885c230a8bcf5b945e6f0a3e061095161
parent53f09e36f97a28a42a2e3eb58032c75691de4f4c
VPP-81: Print interface name after creating an interface with CLI

When the CLI is used to create an interface, and whend the operation
succeeds, the newly created interface name is printed-out.

The patch includes the following interfaces types:
- AF_PACKET
- Vhost User
- Netmap
- GRE
- L2TP
- MPLS-GRE
- Loopback

Change-Id: Id518c139ec63a261eae81d2ed95c4cd1f10b5157
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
17 files changed:
vnet/vnet/devices/af_packet/af_packet.c
vnet/vnet/devices/af_packet/af_packet.h
vnet/vnet/devices/af_packet/cli.c
vnet/vnet/devices/dpdk/vhost_user.c
vnet/vnet/devices/netmap/cli.c
vnet/vnet/devices/netmap/netmap.c
vnet/vnet/devices/netmap/netmap.h
vnet/vnet/devices/virtio/vhost-user.c
vnet/vnet/ethernet/interface.c
vnet/vnet/gre/interface.c
vnet/vnet/interface_cli.c
vnet/vnet/l2tp/l2tp.c
vnet/vnet/mpls-gre/interface.c
vnet/vnet/unix/tapcli.c
vnet/vnet/vxlan-gpe/vxlan_gpe.c
vnet/vnet/vxlan/vxlan.c
vpp/api/api.c