Skip to content

Commit c8fb5a4

Browse files
committed
ifconfig: also fix removing IPv6 addresses without netlink
Reported by: bdrewery MFC after: 1 week See also: da50f49 Sponsored by: Rubicon Communications, LLC ("Netgate")
1 parent 53e44c5 commit c8fb5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/ifconfig/af_inet6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ static struct afswtch af_inet6 = {
753753
#ifdef WITHOUT_NETLINK
754754
.af_difaddr = SIOCDIFADDR_IN6,
755755
.af_aifaddr = SIOCAIFADDR_IN6,
756-
.af_ridreq = &in6_addreq,
756+
.af_ridreq = &in6_ridreq,
757757
.af_addreq = &in6_addreq,
758758
.af_exec = af_exec_ioctl,
759759
#else

0 commit comments

Comments
 (0)