]> git.proxmox.com Git - mirror_frr.git/commit
vrrpd: check for v6 link-local before starting
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 15 Feb 2019 22:40:31 +0000 (22:40 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commit114a413efa7bca86645e514cf568a8ac30023bb9
tree6b2ce73851cd26a06c86e5f186e9bb95713b6da7
parent45505f63c5ff0e05e49e55393fa7b557a697b48c
vrrpd: check for v6 link-local before starting

Having a v6 link-local is a precondition for starting a v6 VRRP router;
check that we do.

Also add some helpful comments to the check-start function because good
lord that thing is getting unwieldy.

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