interface: add custom interface name support 55/33255/4
authorSteven Luong <sluong@cisco.com>
Mon, 26 Jul 2021 20:38:05 +0000 (13:38 -0700)
committerDamjan Marion <dmarion@me.com>
Wed, 8 Sep 2021 14:35:54 +0000 (14:35 +0000)
commitf49734d3b9afb27e3f527e1477fee4952d546f9a
tree2d67c929ffe367c881134b3e87e558c08b88bb0d
parent0c373fc928316ef9928f4171b7c602c259c60d77
interface: add custom interface name support

add CLI "set interface name <current-int-name> <new-int-name>
and the corresponding binary API to allow custom interface name
setting for any interface.

Type: feature

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I2b39da59879fd4526bcb5aa5854b6bd21e72ea73
src/vnet/interface.api
src/vnet/interface_api.c
src/vnet/interface_cli.c