Date: Tue, 22 Feb 2005 16:24:55 +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: <200502221624.j1MGOtM3055965@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-02-22 16:24:55 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c Log: Remove promisc counter from parent interface in carp_clone_destroy(), so that parent interface is not left in promiscous mode after carp interface is destroyed. This is not perfect, since promisc counter is added when carp interface is assigned an IP address. However, when address is removed parent interface is still in promiscuous mode. Only removal of carp interface removes promisc from parent. Same way in OpenBSD. Sponsored by: Rambler Revision Changes Path 1.2 +1 -0 src/sys/netinet/ip_carp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502221624.j1MGOtM3055965>