gre: Disable tx queue.
[sliver-openvswitch.git] / datapath / linux-2.6 / compat-2.6 / ip_gre.c
index 23a5574..da43f45 100644 (file)
@@ -1589,6 +1589,7 @@ static void ipgre_tap_setup(struct net_device *dev)
 
        dev->iflink             = 0;
        dev->features           |= NETIF_F_NETNS_LOCAL;
+       dev->tx_queue_len       = 0;
 
        SET_ETHTOOL_OPS(dev, &ethtool_ops);
 }