From 3a3b77f27b6d1469c5e1628cb508e193df20d6a0 Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Fri, 5 Oct 2018 02:26:34 +0800 Subject: Fix build issue due to vpp's function parameters change Change-Id: I00282bc235cffb672911454af8d7dc7ab04fd7a1 Signed-off-by: Hongjun Ni --- router/router/tap_inject_netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/router/tap_inject_netlink.c b/router/router/tap_inject_netlink.c index bd5da49..8b00f05 100644 --- a/router/router/tap_inject_netlink.c +++ b/router/router/tap_inject_netlink.c @@ -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); } } -- cgit 1.2.3-korg