radvd issue on CURRENT
Kristof Provost
kp at FreeBSD.org
Fri Jul 3 15:08:43 UTC 2015
> On 03 Jul 2015, at 11:10, Kristof Provost <kp at FreeBSD.org> wrote:
>
>
>> 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.
The patch (with the build fix below) works.
>> 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);
Regards,
Kristof
More information about the freebsd-net
mailing list