]> git.puffer.fish Git - mirror/frr.git/commit
vrrpd: use parent interface LLA for advert tx
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 28 Feb 2019 19:00:26 +0000 (19:00 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commit76c00fca685b4368dfbb4801ce6d5b630de6e7af
tree1a89e15d69d9c4a7a2cfa8922b210247b71e41fd
parentac1429b9ef8da6d5d8744be7f6cc7f284d5b9b5a
vrrpd: use parent interface LLA for advert tx

Interface MACs for v6 macvlan devices are the same, so the link local
address will be the same, which breaks mastership election based on
primary address comparison. Use the parent interface link local address.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
vrrpd/vrrp.c