Date: Tue, 09 Sep 2025 10:59:31 +0200 From: Kristof Provost <kp@FreeBSD.org> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: da50f49977cc - main - ifconfig: fix removing IPv6 addresses Message-ID: <958541A3-C7F2-413B-A5BD-E37F26A6D115@FreeBSD.org> In-Reply-To: <eaa72412-eb20-4552-88d4-157b42bbccc1@FreeBSD.org> References: <202507291313.56TDDQFb089337@gitrepo.freebsd.org> <eaa72412-eb20-4552-88d4-157b42bbccc1@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?958541A3-C7F2-413B-A5BD-E37F26A6D115>
