]> git.puffer.fish Git - mirror/frr.git/commit
vrrpd: remove ifindex from hash key computation
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 13 Feb 2019 19:54:03 +0000 (19:54 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 17 May 2019 00:27:08 +0000 (00:27 +0000)
commitfc278f75f73da4f0f24653977d7e1470d7bed77e
treeb1282e3da07d41b7c0acc871d1dd8cf489afc553
parent6ad94d3abde04d0e6363bea724f23fd0c7a5d9ac
vrrpd: remove ifindex from hash key computation

Ifindexes apparently change more often than one might expect and so are
not suitable for use in hash keys.

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