CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/04 06:00:29
Modified files:
usr.sbin/bgpd : util.c session.c rde_prefix.c bgpd.h
Log message:
Introduce inet4applymask() which does the same as inet6applymask() and
can be used instead of doing direct fiddling around with struct in_addr.
Use it in a few cases where it makes the code more similar between INET
and INET6 case.
OK denis@
