Re: git: da50f49977cc - main - ifconfig: fix removing IPv6 addresses

From: Kristof Provost <kp_at_FreeBSD.org>
Date: Tue, 09 Sep 2025 08:59:31 UTC
On 9 Sep 2025, at 0:26, Bryan Drewery wrote:
> Should this also be done for WITHOUT_NETLINK?
>
>> diff --git sbin/ifconfig/af_inet6.c sbin/ifconfig/af_inet6.c
>> index 7986edf490b4..e0f34f0c4d82 100644
>> --- sbin/ifconfig/af_inet6.c
>> +++ sbin/ifconfig/af_inet6.c
>> @@ -753,7 +753,7 @@ static struct afswtch af_inet6 = {
>>  #ifdef WITHOUT_NETLINK
>>         .af_difaddr     = SIOCDIFADDR_IN6,
>>         .af_aifaddr     = SIOCAIFADDR_IN6,
>> -       .af_ridreq      = &in6_addreq,
>> +       .af_ridreq      = &in6_ridreq,
>>         .af_addreq      = &in6_addreq,
>>         .af_exec        = af_exec_ioctl,
>>  #else
>
>
Yeah, it looks like it. I’m building a WITHOUT_NETLINK world now to test. It may take a day or two, but I think I can test and commit this.

Best regards,
Kristof