CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/07/03 11:37:48
Modified files: sys/netinet : ip_carp.c Log message: Do not use LINK_STATE_UNKNOWN for the INIT state. LINK_STATE_UNKNOWN has a special meaning and should only be set if the link state is not known because it is considered as being up. Use LINK_STATE_INVALID instead. OK mpf@ mcbride@ henning@