diff --git a/net/ipv6/seg6.c b/net/ipv6/seg6.c index dc434e4ee6d6..d626e0767a06 100644 --- a/net/ipv6/seg6.c +++ b/net/ipv6/seg6.c @@ -559,6 +559,7 @@ void seg6_exit(void) seg6_hmac_exit(); #endif #ifdef CONFIG_IPV6_SEG6_LWTUNNEL + seg6_local_exit(); seg6_iptunnel_exit(); #endif unregister_pernet_subsys(&ip6_segments_ops);