MPLS Mcast
[vpp.git] / src / vnet / interface_cli.c
index c156655..b17072a 100644 (file)
@@ -416,8 +416,8 @@ done:
 
 /* *INDENT-OFF* */
 VLIB_CLI_COMMAND (show_sw_interfaces_command, static) = {
-  .path = "show interfaces",
-  .short_help = "show interfaces [address|addr|features|feat] [<if-name1> <if-name2> ...]",
+  .path = "show interface",
+  .short_help = "show interface [address|addr|features|feat] [<if-name1> <if-name2> ...]",
   .function = show_sw_interfaces,
 };
 /* *INDENT-ON* */
@@ -885,10 +885,6 @@ set_unnumbered (vlib_main_t * vm,
        ip6_main.lookup_main.if_address_pool_index_by_sw_if_index
        [inherit_from_sw_if_index];
     }
-  else
-    {
-      return (0);
-    }
 
   if (was_unnum != (si->flags & VNET_SW_INTERFACE_FLAG_UNNUMBERED))
     {