CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/02/26 08:50:20
Modified files: usr.sbin/bgpd : kroute.c Log message: Fix some minor issues. 0 instead of NULL in one comparison. Set the right flags when protecting the IPv6 loopback addr (instead of reassigning the IPv4 ones) and install the IPv4 loopback blocker as 127/8 and not as 127.0.0.1/8. First two found by Hiroki Sato hrs (at) allbsd org and I found the 127/8 issue all by myself.