mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove stale comment. in6_ifdetach() can be called from places
where addresses are not removed yet.
This commit is contained in:
parent
7f56394a3c
commit
e36c281fc9
1 changed files with 0 additions and 1 deletions
|
|
@ -749,7 +749,6 @@ _in6_ifdetach(struct ifnet *ifp, int purgeulp)
|
|||
|
||||
/*
|
||||
* nuke any of IPv6 addresses we have
|
||||
* XXX: all addresses should be already removed
|
||||
*/
|
||||
CK_STAILQ_FOREACH_SAFE(ifa, &ifp->if_addrhead, ifa_link, next) {
|
||||
if (ifa->ifa_addr->sa_family != AF_INET6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue