CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/02 17:55:37
Modified files:
usr.sbin/ospfd : kroute.c
Log message:
The rtm_errno check which was moved in the last commit should only
be done for rtmsgs (which have an rtm_errno) and not ifmsgs (which have
part of an if_data struct in that location). Fixes problems finding
interface addresses at startup. ok claudio@
