Bug #179 » 0001-batman-adv-Prohibit-move-of-batman-device-between-ne.patch
soft-interface.c | ||
---|---|---|
dev->netdev_ops = &batadv_netdev_ops;
|
||
dev->destructor = batadv_softif_free;
|
||
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
|
||
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_NETNS_LOCAL;
|
||
dev->tx_queue_len = 0;
|
||
/* can't call min_mtu, because the needed variables
|