diff options
| -rw-r--r-- | net/ipv4/ipip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 9e78f11da786..6ad46c28ede2 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c | |||
| @@ -767,6 +767,7 @@ static void ipip_tunnel_setup(struct net_device *dev) | |||
| 767 | dev->iflink = 0; | 767 | dev->iflink = 0; |
| 768 | dev->addr_len = 4; | 768 | dev->addr_len = 4; |
| 769 | dev->features |= NETIF_F_NETNS_LOCAL; | 769 | dev->features |= NETIF_F_NETNS_LOCAL; |
| 770 | dev->features |= NETIF_F_LLTX; | ||
| 770 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | 771 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; |
| 771 | } | 772 | } |
| 772 | 773 | ||
