ipv4: call __ip_options_echo() in cookie_v4_check()
[linux-2.6-microblaze.git] / net / ipv4 / ip_vti.c
index e453cb7..3e86101 100644 (file)
@@ -364,7 +364,7 @@ static int vti_tunnel_init(struct net_device *dev)
        dev->iflink             = 0;
        dev->addr_len           = 4;
        dev->features           |= NETIF_F_LLTX;
-       dev->priv_flags         &= ~IFF_XMIT_DST_RELEASE;
+       netif_keep_dst(dev);
 
        return ip_tunnel_init(dev);
 }