Netmap: Resolve interface state issue 66/1666/2
authorMohsin KAZMI <sykazmi@cisco.com>
Mon, 20 Jun 2016 04:55:25 +0000 (06:55 +0200)
committerDamjan Marion <damarion@cisco.com>
Sat, 25 Jun 2016 17:38:01 +0000 (17:38 +0000)
[VPP-155]: There is inconsistency in the netmap interface
state for software interface state and hardware interface
state. This patch resolves that issue.

Change-Id: I92199e117f919bd985670366a6d3b7753e40659c
Signed-off-by: Mohsin KAZMI <sykazmi@cisco.com>
vnet/vnet/devices/netmap/netmap.c

index ed90862..653ebc2 100644 (file)
@@ -197,9 +197,6 @@ netmap_create_if(vlib_main_t * vm, u8 * if_name, u8 * hw_addr_set,
   sw = vnet_get_hw_sw_interface (vnm, nif->hw_if_index);
   nif->sw_if_index = sw->sw_if_index;
 
-  vnet_hw_interface_set_flags (vnm, nif->hw_if_index,
-                              VNET_HW_INTERFACE_FLAG_LINK_UP);
-
   mhash_set_mem (&nm->if_index_by_host_if_name, if_name, &nif->if_index, 0);
 
   if (sw_if_index)