VPP-358: Add IPv6 ND Event Notification and Termination 24/2524/5
authorJohn Lo <loj@cisco.com>
Sat, 27 Aug 2016 05:11:57 +0000 (01:11 -0400)
committerDave Barach <openvpp@barachs.net>
Wed, 31 Aug 2016 21:05:06 +0000 (21:05 +0000)
commit1edfba9a6394128ee5fad2b413e9e0a05972ef48
treee1fbed7fe39b487bba72ead48020b3f25d1cbef6
parent7214cf11e9b9edbc015994cb7f9f5828e02d3791
VPP-358: Add IPv6 ND Event Notification and Termination

Add IPv6 equivalent of IPv4 ARP event notification which covers address
resolution for L3 and MAC/IP binding in L2 BD and ARP termination in BD.
For IPv6, ICMP6 neighbor solicitation and advertisement packets are
utilized instead of ARP request and response packets for IPv4.

Change-Id: I0088fa173e4480de297c8053ea2fcd0821322815
Signed-off-by: John Lo <loj@cisco.com>
vnet/vnet/ethernet/arp.c
vnet/vnet/ip/ip6.h
vnet/vnet/ip/ip6_neighbor.c
vnet/vnet/l2/l2_bd.c
vnet/vnet/l2/l2_bd.h
vnet/vnet/l2/l2_input.c
vpp-api-test/vat/api_format.c
vpp/vpp-api/api.c
vpp/vpp-api/custom_dump.c
vpp/vpp-api/vpe.api