Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-14 Thread Esteban Municio
I have looking for a solution, but I think that it is imposible do this for this way. This topic talks about it: https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2011-July/005167.html and Sven talks about two diferent ways: change the driver of mac80211 in order to be compatible with 4addr

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-10 Thread Esteban Municio
Hi Sven I don't understand very well what are you meaning. Now I have 1 bridge over with batman-adv: batctl if add wlan0 brctl addbr mesh-bridge brctl addif mesh-bridge eth0 brctl addif mesh-bridge bat0 Then, should I add a bridge to wlan0 and after bridge it again with the eth0? brctl addbr

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-10 Thread Esteban Municio
Hi Martin Thanks you, I have seen the description and I think that your patch is what we are looking for. I'm gonna try to test it, but I'm a totally newbie in patches issues. Could you tell me superficially what I have to do for rebase the patch before to build it and add it to our nodes?

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-10 Thread Sven Eckelmann
On Monday 10 September 2012 10:18:31 Esteban Municio wrote: Hi Sven I don't understand very well what are you meaning. Now I have 1 bridge over with batman-adv: batctl if add wlan0 brctl addbr mesh-bridge brctl addif mesh-bridge eth0 brctl addif mesh-bridge bat0 Then, should I add a

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-10 Thread Gui Iribarren
On Mon, Sep 10, 2012 at 12:18 PM, Esteban Municio emuni...@gmail.com wrote: Hi Sven I don't understand very well what are you meaning. Now I have 1 bridge over with batman-adv: batctl if add wlan0 brctl addbr mesh-bridge brctl addif mesh-bridge eth0 brctl addif mesh-bridge bat0 Then,

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-10 Thread Esteban Municio
Thanks you very much Gui and Sven Now I understand the configuration and install ebtables has seem quite simple. Regards 2012/9/10 Gui Iribarren g...@altermundi.net: On Mon, Sep 10, 2012 at 12:18 PM, Esteban Municio emuni...@gmail.com wrote: Hi Sven I don't understand very well what are

[B.A.T.M.A.N.] How to force a specific network topology

2012-09-07 Thread Esteban Municio
Hi list Is there any way to block some links between nodes in order to force a specific network topology in batman-adv? Por example, if y have 3 nodes A, B, C and I want to create a string topology A - B - C, where A can not connect directly with C, how could I get it without move far away the

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-07 Thread Sven Eckelmann
On Friday 07 September 2012 16:58:33 Esteban Municio wrote: Hi list Is there any way to block some links between nodes in order to force a specific network topology in batman-adv? Por example, if y have 3 nodes A, B, C and I want to create a string topology A - B - C, where A can not

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-07 Thread Martin Hundebøll
Hi Esteban You can try my patch to filter OGMs: http://git.open-mesh.org/batman-adv.git/shortlog/refs/heads/hundeboll/filter The commit message tells how to use it. Unfortunately, its base is quite old, but it should be easy to rebase. Otherwise I can rebase it when I return from Canada next