CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/16 09:33:05
Modified files:
usr.sbin/bgpd : bgpd.h kroute.c util.c
Log message:
Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().
Using inet4applymask() makes the code similar to the IPv6 version.
Also switch kroute{,6}_match() to use a struct bgpd_addr * as argument.
OK tb@
