Project

General

Profile

Bug #179 » 0001-batman-adv-Prohibit-move-of-batman-device-between-ne.patch

Daniel Ehlers, 05/22/2014 09:36 AM

View differences:

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
(1-1/4)