diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 9e78f11da786d62e7b5a130ef45dfec3b61f8088..6ad46c28ede210b822bf0e9585e130beaccebf05 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c @@ -767,6 +767,7 @@ static void ipip_tunnel_setup(struct net_device *dev) dev->iflink = 0; dev->addr_len = 4; dev->features |= NETIF_F_NETNS_LOCAL; + dev->features |= NETIF_F_LLTX; dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; }