summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ethernet/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/ethernet/init.c')
-rw-r--r--vnet/vnet/ethernet/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vnet/vnet/ethernet/init.c b/vnet/vnet/ethernet/init.c
index 42788f02c27..9206524e953 100644
--- a/vnet/vnet/ethernet/init.c
+++ b/vnet/vnet/ethernet/init.c
@@ -86,8 +86,6 @@ static clib_error_t * ethernet_init (vlib_main_t * vm)
return error;
if ((error = vlib_call_init_function (vm, ethernet_input_init)))
return error;
- if ((error = vlib_call_init_function (vm, ethernet_cli_init)))
- return error;
return error;
}