Skip to content
Snippets Groups Projects
Commit f56e67b5 authored by Toshiaki Makita's avatar Toshiaki Makita Committed by David S. Miller
Browse files

macvlan: Don't segment multiple tagged packets on macvlan device


Macvlan/macvtap devices don't need to segment multiple tagged packets
since the lower devices can segment them.

Signed-off-by: default avatarToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0fbd050a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment