Send GARP/NA on bonded intf slave up/down if in active-backup mode 09/7309/4
authorJohn Lo <loj@cisco.com>
Mon, 26 Jun 2017 05:40:20 +0000 (01:40 -0400)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 6 Jul 2017 13:24:26 +0000 (13:24 +0000)
commit8b81cb43359380e50d3fc216d93ff05894149939
treebcd8b31ead28c30a182b0fcabfc806c35dc2030e
parentf6e3ad0f5e2be10a91b2a52c91e7792ec212dee9
Send GARP/NA on bonded intf slave up/down if in active-backup mode

If a bonded interface is in active-backup mode and configured with
IPv4 and/or IPv6 addresses, on slave interface link up/down, send
a GARP packet if configured with an IPv4 address and an unsolcited
NA if configured with an IPv6 address. These packets can help with
faster route convergence in the next hop router/switch.

Change-Id: I68ccb11a4a40cda414704fa08ee0171c952befa2
Signed-off-by: John Lo <loj@cisco.com>
src/plugins/dpdk/device/common.c
src/plugins/dpdk/device/dpdk.h
src/plugins/dpdk/device/init.c
src/vnet/ethernet/arp.c
src/vnet/ethernet/arp_packet.h
src/vnet/ip/ip6.h
src/vnet/ip/ip6_neighbor.c