macvlan: Don't segment multiple tagged packets on macvlan device
[deliverable/linux.git] / drivers / net / macvlan.c
index 9f59f17dc317a254641bdc48973ce78e089761bc..47da43595ac271c570e8536a2e1a3b697a9dbd79 100644 (file)
@@ -1047,6 +1047,7 @@ static const struct net_device_ops macvlan_netdev_ops = {
        .ndo_netpoll_cleanup    = macvlan_dev_netpoll_cleanup,
 #endif
        .ndo_get_iflink         = macvlan_dev_get_iflink,
+       .ndo_features_check     = passthru_features_check,
 };
 
 void macvlan_common_setup(struct net_device *dev)
This page took 0.024423 seconds and 5 git commands to generate.