Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2006 17:12:35 +0400 (MSD)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        Bruce M Simpson <bms@FreeBSD.ORG>
Cc:        cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/netinet ip_carp.c
Message-ID:  <20060925170809.Y38706@mp2.macomnet.net>
In-Reply-To: <200609251153.k8PBrtlK092624@repoman.freebsd.org>
References:  <200609251153.k8PBrtlK092624@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 25 Sep 2006, 11:53-0000, Bruce M Simpson wrote:

> bms         2006-09-25 11:53:55 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/netinet          ip_carp.c
>   Log:
>   Fix an incompatibility between CARP and IPv4 multicast routing, whereby
>   the VRRPv2 advertisements will originate from the wrong source address.
>   This only affects kernels compiled with MROUTING and after the MRT_INIT
>   ioctl() has been issued.
>   Set imo_multicast_vif in carp's softc to the invalid value -1 after it is
>   zeroed by softc allocation, to stop the ip_output() path looking up the
>   incorrect source address thinking a vif is set.
>
>   PR:             kern/100532
>   Submitted by:   Bohus Plucinsky
>   MFC after:      1 week

[...]
> bms         2006-09-25 13:02:00 UTC
>
>  FreeBSD src repository
>
>  Modified files:        (Branch: RELENG_6)
>    sys/netinet          ip_carp.c
>  Log:
>  MFC: Fix an incompatibility between CARP and IPv4 multicast routing,
>  whereby advertisements originate from the wrong source address.
>  This only affects MROUTING kernels.
>
>  PR:             kern/100532
>  Submitted by:   Bohus Plucinsky
>  Approved by:    re@

That was a really short week.

-- 
Maxim Konovalov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060925170809.Y38706>