CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/05/06 07:48:46
Modified files: usr.sbin/ospf6d: interface.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 mark the interfaces as passive. Initial diff provided by Patrick Coleman. OK dlg@