CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2016/03/22 09:53:00
Modified files: usr.sbin/bgpd : kroute.c Log message: 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@