ifconfig: also fix removing IPv6 addresses without netlink

Reported by:	bdrewery
MFC after:	1 week
See also:	da50f49977
Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Kristof Provost
2025-09-10 16:55:56 +02:00
parent 53e44c59d1
commit c8fb5a4d03
+1 -1
View File
@@ -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