Fix a typo in af_inet6.c such that IPv6 addresses may be deleted
from interfaces. PR: bin/102701 Submitted by: George Mitchell MFC after: 3 days
This commit is contained in:
parent
50789a2f3a
commit
7d9079197c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162637
@ -515,7 +515,7 @@ static struct afswtch af_inet6 = {
|
||||
.af_settunnel = in6_set_tunnel,
|
||||
.af_difaddr = SIOCDIFADDR_IN6,
|
||||
.af_aifaddr = SIOCAIFADDR_IN6,
|
||||
.af_ridreq = &in6_addreq,
|
||||
.af_ridreq = &in6_ridreq,
|
||||
.af_addreq = &in6_addreq,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user