Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2011 12:30:13 GMT
From:      Christian Laursen <xi@borderworlds.dk>
To:        freebsd-pf@FreeBSD.org
Subject:   Re: kern/146832: [pf] "(self)" not always matching all local IPv6 addresses
Message-ID:  <201109271230.p8RCUDKH026854@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/146832; it has been noted by GNATS.

From: Christian Laursen <xi@borderworlds.dk>
To: bug-followup@FreeBSD.org, xi@borderworlds.dk
Cc:  
Subject: Re: kern/146832: [pf] "(self)" not always matching all local IPv6
 addresses
Date: Tue, 27 Sep 2011 14:21:51 +0200

 The patch Kenneth has submitted does not fix my case, unfortunately.
 
 However, the following patch seems to work for me.
 
 --- nd6_rtr.c.orig	2011-09-24 20:24:25.000000000 +0200
 +++ nd6_rtr.c	2011-09-24 20:20:57.000000000 +0200
 @@ -1303,6 +1303,8 @@
   			 * XXX: what if address duplication happens?
   			 */
   			pfxlist_onlink_check();
 +
 +			EVENTHANDLER_INVOKE(ifaddr_event, ifp);
   		} else {
   			/* just set an error. do not bark here. */
   			error = EADDRNOTAVAIL; /* XXX: might be unused. */
 
 
 -- 
 Christian Laursen
 



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