]> git.proxmox.com Git - mirror_frr.git/commit - lib/if.h
lib: Use correct if compare function in tree proto
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 9 Oct 2019 20:43:27 +0000 (16:43 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 10 Oct 2019 00:09:49 +0000 (20:09 -0400)
commitdb8d54b0981ec5c642da708dcb188d5d6243a5cc
tree7c540305ba67b736237f3dfd6ad589ef404c5910
parentd00d0f9634c39cc263b7a56b46034ee73b4fa83c
lib: Use correct if compare function in tree proto

We were using the incorrect comparison function for the
ifindex-based rb tree. Luckily, we were using the correct one
in RB_GENERATE so I guess that overwrote what was declared in the
prototype?

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
lib/if.h