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 =3D { >> =C2=A0#ifdef WITHOUT_NETLINK >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 .af_difaddr=C2=A0 =C2=A0 =C2=A0=3D SIOCDIF= ADDR_IN6, >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 .af_aifaddr=C2=A0 =C2=A0 =C2=A0=3D SIOCAIF= ADDR_IN6, >> -=C2=A0 =C2=A0 =C2=A0 =C2=A0.af_ridreq=C2=A0 =C2=A0 =C2=A0 =3D &in6_ad= dreq, >> +=C2=A0 =C2=A0 =C2=A0 =C2=A0.af_ridreq=C2=A0 =C2=A0 =C2=A0 =3D &in6_ri= dreq, >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 .af_addreq=C2=A0 =C2=A0 =C2=A0 =3D &in6_ad= dreq, >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 .af_exec=C2=A0 =C2=A0 =C2=A0 =C2=A0 =3D af= _exec_ioctl, >> =C2=A0#else > > Yeah, it looks like it. I=E2=80=99m building a WITHOUT_NETLINK world now = to test. It may take a day or two, but I think I can test and commit this= =2E 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>