Date: Thu, 24 Feb 2005 09:05:28 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_carp.c Message-ID: <200502240905.j1O95Sbg041932@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-02-24 09:05:28 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_carp.c
Log:
Fix problem when master comes up with one interface down, and preempts
mastering on all other interfaces:
- call carp_carpdev_state() on initialize instead of just setting to INIT
- in carp_carpdev_state() check that interface is UP, instead of checking
that it is not DOWN, because a rebooted machine may have interface in
UNKNOWN state.
Sponsored by: Rambler
Obtained from: OpenBSD (partially)
Revision Changes Path
1.4 +2 -2 src/sys/netinet/ip_carp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502240905.j1O95Sbg041932>
