]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_vxlan.c
zebra: Fix RB-Tree storage comparison function for v6
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 5 Sep 2018 21:04:35 +0000 (17:04 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 5 Sep 2018 21:04:35 +0000 (17:04 -0400)
commit2acc231024c17385c1e878531c4852eb8775b3ee
tree452e7fc17543a0037a022c32e3263f421cdbc0c3
parentfc449ff00d7b6d155ae009ef152d14000683d9bf
zebra: Fix RB-Tree storage comparison function for v6

The RB-Tree used to store rmac information was not properly
handling the v6 address family.  Modify the code to allow
this handling.

Cleans up this error message:

zebra[2231]: host_rb_entry_compare: Unexpected family type: 10

That is being seen, This fixes some connectivity issues being seen.

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