Commit 25b9d8e5 authored by Stephen Hemminger's avatar Stephen Hemminger

[IPV6]: Fix build with CONFIG_XFRM disabled.

parent 8cc51eb5
......@@ -2001,7 +2001,9 @@ void ip6_route_cleanup(void)
proc_net_remove("ipv6_route");
proc_net_remove("rt6_stats");
#endif
#ifdef CONFIG_XFRM
xfrm6_fini();
#endif
rt6_ifdown(NULL);
fib6_gc_cleanup();
kmem_cache_destroy(ip6_dst_ops.kmem_cachep);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment