delete loopback interface cli 57/757/2
authorAlpesh S. Patel <apatel9191@hotmail.com>
Tue, 12 Apr 2016 16:58:56 +0000 (09:58 -0700)
committerDamjan Marion <damarion@cisco.com>
Wed, 20 Apr 2016 16:25:19 +0000 (16:25 +0000)
(to be consistent with other delete interface commands)

Change-Id: I41f63cc5b11d9fa9489edc54b17a4d857b711b66
Signed-off-by: Alpesh S. Patel <apatel9191@hotmail.com>
vnet/vnet/ethernet/interface.c

index 8fa2dfa..7a4f067 100644 (file)
@@ -476,3 +476,9 @@ VLIB_CLI_COMMAND (delete_simulated_ethernet_interface_command, static) = {
   .short_help = "Delete Loopback ethernet interface intfc <interface>",
   .function = delete_simulated_ethernet_interfaces,
 };
+
+VLIB_CLI_COMMAND (delete_loopback_interface_command, static) = {
+  .path = "delete loopback interface",
+  .short_help = "delete loopback interface intfc <interface>",
+  .function = delete_simulated_ethernet_interfaces,
+};