diff options
Diffstat (limited to 'net/ipv4/ipip.c')
-rw-r--r-- | net/ipv4/ipip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index ea88ab3102a8..37096d64730e 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c | |||
@@ -289,7 +289,7 @@ static void ipip_tunnel_setup(struct net_device *dev) | |||
289 | dev->iflink = 0; | 289 | dev->iflink = 0; |
290 | dev->addr_len = 4; | 290 | dev->addr_len = 4; |
291 | dev->features |= NETIF_F_LLTX; | 291 | dev->features |= NETIF_F_LLTX; |
292 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | 292 | netif_keep_dst(dev); |
293 | 293 | ||
294 | dev->features |= IPIP_FEATURES; | 294 | dev->features |= IPIP_FEATURES; |
295 | dev->hw_features |= IPIP_FEATURES; | 295 | dev->hw_features |= IPIP_FEATURES; |