VPP-719: Accept ARP replies from VRRP hw addr 34/6734/3
authorMatthew Smith <mgsmith@netgate.com>
Wed, 17 May 2017 02:35:56 +0000 (21:35 -0500)
committerDamjan Marion <dmarion.lists@gmail.com>
Wed, 17 May 2017 13:43:17 +0000 (13:43 +0000)
commitcb9ab47fd388c237fe0bad53d07e99096d338ac8
treeae6af784f244d5de51ea62eb85e4077aaf631dc0
parent025d4151e2d7627aa771d577d405464a276039ad
VPP-719: Accept ARP replies from VRRP hw addr

Check whether an ARP src hw addr starts with 00:00:5e:00:01
before rejecting due to a mismatch between ARP src hw addr
and ethernet frame src addr.

Change-Id: Ia3ecd5d6dba34876aca8d90bc622a0a1397e48fb
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/vnet/ethernet/arp.c
test/test_neighbor.py