CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/09 07:33:24
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Implement the F_SHORTER filter by doing explicit lookups for each possible
prefixlen. Even for IPv6 this is much faster than a full table walk.
OK tb@
