]> git.puffer.fish Git - mirror/frr.git/commit
vrrpd: be less smart about interface state
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 27 Feb 2019 20:46:35 +0000 (20:46 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commitc16fb34051998600039c5f57dbd230d237e6eced
treefe3011492030e6fc903031ecfc898e92a50504b0
parent354b49d6d9433c3e5b57fb76e8ce8b72c9388d26
vrrpd: be less smart about interface state

Stop caring about interface state so much. It's screwing up autoconfig
because Zebra's message semantics are pretty much absolute nonsense when
it comes to indicating interface state.

This change will cause us to do things like attempt to transmit
advertisements on a down interface, but I'd rather have the user see
those error messages in the log file than force them to fight vrrpd to
convince it that, yes, they actually do want a VRRP instance created.

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