]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Trust the mac address received in some situations
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Sep 2018 15:09:18 +0000 (11:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Sep 2018 15:25:22 +0000 (11:25 -0400)
commit71974bf5612447abbb14971752217e2cf7ee7934
treedf0f58111055ecd96c0e577c8545833f12422d67
parentee98d1f11c940d5dc62509bc2cb9ca0f6ae4117d
zebra: Trust the mac address received in some situations

When we receive a v6 RA packet with an optional
ND_OPT_SOURCE_LINKADDR take that data and construct the
v4 to v6 neighbor entry for that interface to allow
v4 w/ v6 nexthops to work with only global v6 addresses
on an interface.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rtadv.c