radvd issue on CURRENT

Kristof Provost kp at FreeBSD.org
Fri Jul 3 09:10:29 UTC 2015


> On 03 Jul 2015, at 09:56, Andrey V. Elsukov <ae at FreeBSD.org> wrote:
> can you test this patch instead:
I’ll test it when I get home this evening.
At first glance that looks like it’d fix things too.

> Index: ip6_output.c
> ===================================================================
> --- ip6_output.c	(revision 284791)
> +++ ip6_output.c	(working copy)
> @@ -2566,6 +2567,7 @@ ip6_setpktopt(int optname, u_char *buf, int len, s
> 		    !IN6_IS_ADDR_UNSPECIFIED(&pktinfo->ipi6_addr)) {
> 			struct in6_ifaddr *ia;
> 
> +			in6_setscope(&pktinfo->ipi6_addr, ifp);
That’ll have to be in6_setscope(&pktinfo->ipi6_addr, ifp, NULL);

— 
Kristof


More information about the freebsd-net mailing list