CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/05/06 07:50:37
Modified files: usr.sbin/ospfd : interface.c ospfd.c Log message: Do not special case loopback interfaces on init. Instead force them to IF_STA_LOOPBACK in if_act_start() this way they will repsect IFF_UP on startup. Also remove a now no longer needed workaround when reloading interfaces. Initial diff provided by Patrick Coleman. OK dlg@