[DragonFlyBSD - Bug #1843] (Resolved) FAST_IPSEC broken
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Sat Jun 15 22:37:41 PDT 2019
Issue #1843 has been updated by liweitianux.
Status changed from In Progress to Resolved
IPSec has been removed, so close this bug.
----------------------------------------
Bug #1843: FAST_IPSEC broken
http://bugs.dragonflybsd.org/issues/1843#change-13685
* Author: thomas.nikolajsen
* Status: Resolved
* Priority: Normal
* Assignee: tuxillo
* Category:
* Target version:
----------------------------------------
Kernel with 'options FAST_IPSEC' fails building.
Do we support FAST_IPSEC (described in LINT)?
I see from Matt's comments in issue 150 in 2006,
that it was likely broken at that time also.
buildkernel's initial failures are warnings, which issues build errors;
adding `nowerror' to offending files in sys/conf/files
reveals errors, like missing struct members,
e.g. if_addrlist missing in ifnet.
Chasing this a bit shows that it was an alias for if_addrhead,
which was removed in 2008, when if_addrhead was turned to if_addrheads,
as it was reimplemented (per CPU).
-thomas
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list