The function ip6_route_input() is used in the seg6_iptunnel module and thus needs to be exported when CONFIG_IPV6_SEG6_IPTUNNEL=m
Signed-off-by: David Lebrun <david.leb...@uclouvain.be> --- net/ipv6/route.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 4981755..7d8d108 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -1178,6 +1178,7 @@ void ip6_route_input(struct sk_buff *skb) skb_dst_drop(skb); skb_dst_set(skb, ip6_route_input_lookup(net, skb->dev, &fl6, flags)); } +EXPORT_SYMBOL(ip6_route_input); static struct rt6_info *ip6_pol_route_output(struct net *net, struct fib6_table *table, struct flowi6 *fl6, int flags) -- 2.3.6