Code Review
/
vppsb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
31a24b6
)
Fix build issue due to vpp's function parameters change
35/15135/3
author
Hongjun Ni
<hongjun.ni@intel.com>
Thu, 4 Oct 2018 18:26:34 +0000
(
02:26
+0800)
committer
Hongjun 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
patch
|
blob
|
history
diff --git
a/router/router/tap_inject_netlink.c
b/router/router/tap_inject_netlink.c
index
bd5da49
..
8b00f05
100644
(file)
--- 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);
}
}