All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Restrict movement of batman interfaces between netns.
@ 2014-05-26 10:18 Daniel Ehlers
  0 siblings, 0 replies; only message in thread
From: Daniel Ehlers @ 2014-05-26 10:18 UTC (permalink / raw)
  To: b.a.t.m.a.n

We shall _not_ move composed interfaces between network namespaces.
Should fix issue #179, though I only tested it in a pure netns enviroment
and not in a more complex lxc setup.

Signed-off-by: Daniel Ehlers <danielehlers@mindeye.net>
---
 soft-interface.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/soft-interface.c b/soft-interface.c
index e783afb..dcaf02b 100644
--- a/soft-interface.c
+++ b/soft-interface.c
@@ -909,7 +909,7 @@ static void batadv_softif_init_early(struct net_device *dev)
  	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.9.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-26 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 10:18 [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Restrict movement of batman interfaces between netns Daniel Ehlers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.