CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2015/07/17 14:03:54
Modified files: usr.sbin/bgpd : kroute.c Log message: Only filter RTF_LLINFO or RTF_BROADCAST routes out but not RTF_LOCAL ones since we need those for loopback and point-to-point interfaces. OK mpi@