CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/17 14:54:57
Modified files:
usr.sbin/bgpd : flowspec.c
Log message:
Reverse the polarity of flowspec_cmp() so it works better with our
RB trees. Mainly RB_FOREACH() walks form RB_MIN to RB_MAX so the most
preferred entry should be at RB_MIN.
OK tb@
