core/skbuff.c:__kfree_skb() tries to do secpath_put(), which
calls __secpath_destroy(), which is only built when CONFIG_INET=y
regards
john
--
""All the people we like are We, and everyone else is They."
- Kipling
On Wed, 2002-10-30 at 18:29, John Levon wrote:
> core/skbuff.c:__kfree_skb() tries to do secpath_put(), which
> calls __secpath_destroy(), which is only built when CONFIG_INET=y
Once the IPSEC work dies down we'll figure out how to split things
out with config options and fix bugs like this one.
So just use CONFIG_INET=y for another week.