CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/07/03 22:34:14
Modified files: usr.sbin/bgpd : session.c usr.sbin/dvmrpd: dvmrpe.c interface.c kroute.c usr.sbin/ifstated: ifstated.c usr.sbin/ldpd : interface.c ldpe.c usr.sbin/ospf6d: interface.c kroute.c rde.c usr.sbin/ospfd : interface.c kroute.c ospfe.c usr.sbin/ripd : interface.c kroute.c ripe.c usr.sbin/snmpd : mib.c Log message: LINK_STATE_IS_UP() cleanup userland part. There is no need to special case carp(4) interfaces anymore. LINK_STATE_IS_UP() almost always does the right job. OK deraadt@ henning@ This needs a -current kernel or link state may be not reported correctly.