Re: [B.A.T.M.A.N.] [B.A.T.M.A.N] OGM problem and documentation

2012-07-04 Thread Simon Wunderlich
Hello Arthur, On Tue, Jul 03, 2012 at 10:57:28AM +0200, Arthur Lambert wrote: Hi, I am testing Batman Advance (Batman release 2012 1.0) and I am trying to measure signaling on some topology of VMs. I have 81 nodes (Debian, 3.0.9) with KVM virtualization. My topology is something like this :

Re: [B.A.T.M.A.N.] [B.A.T.M.A.N] OGM problem and documentation

2012-07-04 Thread Arthur Lambert
Hello, thanks for your answer, This is what I thought.. Its probably a mistake in my script to measure signaling. I will check that. I have already read the document that you give to me. This document discribes most of the features of Batman and some interesting stuffs. But I am looking for

Re: [B.A.T.M.A.N.] [B.A.T.M.A.N] OGM problem and documentation

2012-07-04 Thread Marek Lindner
Hi, This document discribes most of the features of Batman and some interesting stuffs. But I am looking for information about global architecture, how the protocol handles threads. An example of usefull draw : http://imgur.com/3ecCY. Its not always easy to study or understand a complex

Re: [B.A.T.M.A.N.] [B.A.T.M.A.N] OGM problem and documentation

2012-07-04 Thread Simon Wunderlich
Hey Arthur, On Wed, Jul 04, 2012 at 12:00:09PM +0200, Arthur Lambert wrote: Hello, thanks for your answer, This is what I thought.. Its probably a mistake in my script to measure signaling. I will check that. I have already read the document that you give to me. This document discribes

Re: [B.A.T.M.A.N.] [B.A.T.M.A.N] OGM problem and documentation

2012-07-04 Thread Arthur Lambert
Hey again, That's pretty interesting! I don't know if we have something like an architecture illustration (but haven't see any recently). If you get anything interesting out of that (illustration, performance insights, etc), please tell us. I am trying to draw some illustration like the

Re: [B.A.T.M.A.N.] BLAII + gw_mode, DHCP sometimes gets dropped

2012-07-04 Thread Guido Iribarren
On Wed, Jul 4, 2012 at 6:12 AM, Simon Wunderlich simon.wunderl...@s2003.tu-chemnitz.de wrote: Hello Guido, On Tue, Jul 03, 2012 at 05:07:17PM -0300, Guido Iribarren wrote: Hello there again, I have observed a problem since updating to 2012.2 and enabled BLAII I'm compiling logs to

Re: [B.A.T.M.A.N.] BLAII + gw_mode, DHCP sometimes gets dropped

2012-07-04 Thread Guido Iribarren
On Wed, Jul 4, 2012 at 9:43 AM, Guido Iribarren guidoiribar...@buenosaireslibre.org wrote: On Wed, Jul 4, 2012 at 6:12 AM, Simon Wunderlich simon.wunderl...@s2003.tu-chemnitz.de wrote: Hello Guido, gw-mode is activated in all mesh nodes, not only in colmena-casa and f8d11504758 it's set to

Re: [B.A.T.M.A.N.] BLAII + gw_mode, DHCP sometimes gets dropped

2012-07-04 Thread Simon Wunderlich
On Wed, Jul 04, 2012 at 09:43:13AM -0300, Guido Iribarren wrote: On Wed, Jul 4, 2012 at 6:12 AM, Simon Wunderlich simon.wunderl...@s2003.tu-chemnitz.de wrote: Hello Guido, On Tue, Jul 03, 2012 at 05:07:17PM -0300, Guido Iribarren wrote: Hello there again, I have observed a problem

[B.A.T.M.A.N.] [PATCH] batman-adv: check incoming packet type for bla

2012-07-04 Thread Simon Wunderlich
If the gateway functionality is used, some broadcast packets (DHCP requests) may be transmitted as unicast packets. As the bridge loop avoidance code now only considers the payload Ethernet destination, it may drop the DHCP request for clients which are claimed by other backbone gateways, because

Re: [B.A.T.M.A.N.] BLAII + gw_mode, DHCP sometimes gets dropped

2012-07-04 Thread Simon Wunderlich
Hey Guido, thanks again for the good debugging, that really helped to understand the problem :) I've sent a patch, is it possible for you to apply it and retry? it should be enough to update the two gateway nodes. Cheers Simon signature.asc Description: Digital signature

Re: [B.A.T.M.A.N.] BLAII + gw_mode, DHCP sometimes gets dropped

2012-07-04 Thread Guido Iribarren
On Wed, Jul 4, 2012 at 11:05 AM, Simon Wunderlich simon.wunderl...@s2003.tu-chemnitz.de wrote: Hey Guido, thanks again for the good debugging, that really helped to understand the problem :) Thanks free software! :D I've sent a patch, is it possible for you to apply it and retry? it should

Re: [B.A.T.M.A.N.] BLAII + gw_mode, DHCP sometimes gets dropped

2012-07-04 Thread Simon Wunderlich
Sorry, my fault. Will send a patch based on maint in a minute. On Wed, Jul 04, 2012 at 03:12:59PM -0300, Guido Iribarren wrote: On Wed, Jul 4, 2012 at 11:05 AM, Simon Wunderlich simon.wunderl...@s2003.tu-chemnitz.de wrote: Hey Guido, thanks again for the good debugging, that really helped

[B.A.T.M.A.N.] [PATCH-maint] batman-adv: check incoming packet type for bla

2012-07-04 Thread Simon Wunderlich
If the gateway functionality is used, some broadcast packets (DHCP requests) may be transmitted as unicast packets. As the bridge loop avoidance code now only considers the payload Ethernet destination, it may drop the DHCP request for clients which are claimed by other backbone gateways, because

[B.A.T.M.A.N.] [PATCH-maint-v2] batman-adv: check incoming packet type for bla

2012-07-04 Thread Simon Wunderlich
If the gateway functionality is used, some broadcast packets (DHCP requests) may be transmitted as unicast packets. As the bridge loop avoidance code now only considers the payload Ethernet destination, it may drop the DHCP request for clients which are claimed by other backbone gateways, because

[B.A.T.M.A.N.] [PATCH-v2] batman-adv: check incoming packet type for bla

2012-07-04 Thread Simon Wunderlich
If the gateway functionality is used, some broadcast packets (DHCP requests) may be transmitted as unicast packets. As the bridge loop avoidance code now only considers the payload Ethernet destination, it may drop the DHCP request for clients which are claimed by other backbone gateways, because

Re: [B.A.T.M.A.N.] BLAII + gw_mode, DHCP sometimes gets dropped

2012-07-04 Thread Guido Iribarren
On Wed, Jul 4, 2012 at 3:30 PM, Simon Wunderlich simon.wunderl...@s2003.tu-chemnitz.de wrote: Sorry, my fault. Will send a patch based on maint in a minute. Applying ./patches/-batman-adv-check-incoming-packet-type-for-bla.patch using plaintext: patching file bridge_loop_avoidance.c

[B.A.T.M.A.N.] tt log

2012-07-04 Thread Martin Hundebøll
Hi Antonio I encountered the tt loop in kvm this evening, so I captured some tiny logs for you. The topology is a small chain: n1 - n2 - n3 - n4 The nodes run clean batman-adv from master (5deb69f60f388055982a1da6dce876049f86841d) with no catwoman or whatever compiled in :) -- Kind Regards