CVSROOT: /cvs Module name: src Changes by: phess...@cvs.openbsd.org 2016/03/23 07:43:08
Modified files: usr.sbin/bgpd : Tag: OPENBSD_5_8 kroute.c Log message: MFC revision 1.208 by claudio@ 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@