[DragonFlyBSD - Bug #1843] (In Progress) FAST_IPSEC broken

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Thu Dec 5 08:31:35 PST 2013


Issue #1843 has been updated by tuxillo.

Status changed from New to In Progress

It should build okay now (untested).

----------------------------------------
Bug #1843: FAST_IPSEC broken
http://bugs.dragonflybsd.org/issues/1843#change-11665

* Author: thomas.nikolajsen
* Status: In Progress
* 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