]> git.puffer.fish Git - matthieu/frr.git/commit
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>
Tue, 15 Oct 2019 21:19:12 +0000 (17:19 -0400)
commit3d231b2d7a041b90b522200aa148effc8deeafb4
treefe537be05b8a765632b40aaee373a753088ed4cf
parentfdf4ed925c0dec74d3c1e4bef30fd2a82d8b1232
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