DragonFly bugs List (threaded) for 2010-09
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue1843] FAST_IPSEC broken
New submission from Thomas Nikolajsen <thomas.nikolajsen@mail.dk>:
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
----------
messages: 8951
nosy: thomas.nikolajsen
priority: bug
status: unread
title: FAST_IPSEC broken
_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1843>
_____________________________________________________
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]