vlan: propagate gso_max_segs
[deliverable/linux.git] / net / 8021q / vlan_dev.c
index e416a4038a1293f71c12c28fd3ee9a8170950116..e7e62570bdb869f64e7198c53357e18702165bf1 100644 (file)
@@ -551,6 +551,7 @@ static int vlan_dev_init(struct net_device *dev)
        dev->features |= real_dev->vlan_features | NETIF_F_LLTX |
                         NETIF_F_GSO_SOFTWARE;
        dev->gso_max_size = real_dev->gso_max_size;
+       dev->gso_max_segs = real_dev->gso_max_segs;
        if (dev->features & NETIF_F_VLAN_FEATURES)
                netdev_warn(real_dev, "VLAN features are set incorrectly.  Q-in-Q configurations may not work correctly.\n");
 
This page took 0.023767 seconds and 5 git commands to generate.