diff options
author | Damjan Marion <damarion@cisco.com> | 2016-04-15 14:26:00 +0200 |
---|---|---|
committer | Keith Burns <alagalah@gmail.com> | 2016-04-20 03:21:51 +0000 |
commit | 8358ff95ee55d0256d60dc1d65cc6639c4243b33 (patch) | |
tree | e65719b325478735a0d06d0da792ade7f06e1d7a /vnet/Makefile.am | |
parent | ec177abc1aa2811c1c69f9b37b76efb66a427ad2 (diff) |
Move "ethernet" debug cli commands to "set interface"
Following two commands are changed:
ethernet mtu -> set interface mtu
ethernet promiscuous -> set inteface promiscuous
Change-Id: I5037e021933156c06044fb723a05ad330f8162b7
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 3d9bae7435d..2ce40f3ec72 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -82,7 +82,6 @@ nobase_include_HEADERS += \ ######################################## libvnet_la_SOURCES += \ vnet/ethernet/arp.c \ - vnet/ethernet/cli.c \ vnet/ethernet/format.c \ vnet/ethernet/init.c \ vnet/ethernet/interface.c \ |