Fix build issue due to vpp's function parameters change 35/15135/3
authorHongjun Ni <hongjun.ni@intel.com>
Thu, 4 Oct 2018 18:26:34 +0000 (02:26 +0800)
committerHongjun Ni <hongjun.ni@intel.com>
Mon, 8 Oct 2018 10:50:50 +0000 (18:50 +0800)
Change-Id: I00282bc235cffb672911454af8d7dc7ab04fd7a1
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
router/router/tap_inject_netlink.c

index bd5da49..8b00f05 100644 (file)
@@ -138,7 +138,7 @@ add_del_neigh (ns_neigh_t * n, int is_del)
         }
       else
         vnet_unset_ip6_ethernet_neighbor (vm, sw_if_index,
-                                          (ip6_address_t *) n->dst, n->lladdr, ETHER_ADDR_LEN);
+                                          (ip6_address_t *) n->dst);
     }
 }