New submission from Thomas Nikolajsen <[email protected]>: 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 <[email protected]> <http://bugs.dragonflybsd.org/issue1843> _____________________________________________________
