CVSROOT: /cvs Module name: src Changes by: phess...@cvs.openbsd.org 2016/03/23 07:41:37
Modified files: usr.sbin/bgpd : Tag: OPENBSD_5_9 kroute.c Log message: MFC revision 1.208 Connected routes are no longer identified by a AF_LINK gateway so adjust dispatch_rtmsg_addr() similar to the way fetchtable() was fixed long ago. This should fix various issues with bad gateways being picked up by bgpd. Problem identified and initial fix provided by phessler@ but commiting my version which is more conservative. OK phessler@