aro
This commit is contained in:
@@ -245,7 +245,7 @@ static void etherip6_setup(struct net_device *dev)
|
|||||||
dev->netdev_ops = ðerip6_netdev_ops;
|
dev->netdev_ops = ðerip6_netdev_ops;
|
||||||
dev->needs_free_netdev = true;
|
dev->needs_free_netdev = true;
|
||||||
dev->type = ARPHRD_ETHER;
|
dev->type = ARPHRD_ETHER;
|
||||||
dev->flags |= IFF_NOARP;
|
dev->flags &= ~IFF_NOARP;
|
||||||
dev->features &= ~(NETIF_F_GSO_MASK | NETIF_F_CSUM_MASK);
|
dev->features &= ~(NETIF_F_GSO_MASK | NETIF_F_CSUM_MASK);
|
||||||
dev->hw_features = 0;
|
dev->hw_features = 0;
|
||||||
dev->vlan_features = 0;
|
dev->vlan_features = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user