delete loopback interface cli

(to be consistent with other delete interface commands)

Change-Id: I41f63cc5b11d9fa9489edc54b17a4d857b711b66
Signed-off-by: Alpesh S. Patel <apatel9191@hotmail.com>
This commit is contained in:
Alpesh S. Patel
2016-04-12 09:58:56 -07:00
committed by Damjan Marion
parent c02f02d64e
commit 633951c3d8

View 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,
};