CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/07/08 02:03:46
Modified files: usr.sbin/bgpd : kroute.c Log message: Check for RTF_CONNECTED to track interface (connected) routes. Make bgpd(8) properly handle interface routes since they no longer have a "gateway" sockaddr of type AF_LINK. Regression reported by <mxb AT alumni DOT chalmers DOT se> and benno@ While here document traditional BSD connected route assumption. ok claudio@, benno@