Re: [B.A.T.M.A.N.] mesh: received packet with own address as source address

2012-02-20 Thread Gioacchino Mazzurco
Maybe related to the problem we had in Mistretta! We upgraded just ONE node and it seems that bridge loop avoidance didn't worked anymore that node was attached to another node via lan and both nodes had bat0 and eth0 bridged, the 2 nodes started flooding the network with rebroadcasted broadcast

[B.A.T.M.A.N.] Fwd: mesh: received packet with own address as source address

2012-02-20 Thread Filippo Sallemi
-- Messaggio inoltrato -- Da: Filippo Sallemi Date: 20 febbraio 2012 10:50 Oggetto: Re: [B.A.T.M.A.N.] mesh: received packet with own address as source address A: Sven Eckelmann Il 20 febbraio 2012 00:55, Sven Eckelmann ha scritto: > On Monday 20 February 2012 00:45:01 Filippo

Re: [B.A.T.M.A.N.] [PATCH] batman-adv: use eth_hw_addr_random() instead of random_ether_addr()

2012-02-20 Thread Marek Lindner
On Saturday, February 18, 2012 05:18:46 Sven Eckelmann wrote: > From: Danny Kukawka > > Use eth_hw_addr_random() instead of calling random_ether_addr() > to set addr_assign_type correctly to NET_ADDR_RANDOM. > > Remove dev_addr in interface_setup(), it's not needed anymore. > > Reset the state

Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)

2012-02-20 Thread Marek Lindner
On Saturday, February 18, 2012 18:27:34 Antonio Quartulli wrote: > Instead of using sizeof(struct ethhdr) it is strongly recommended to use > the kernel macro ETH_HLEN. This patch substitute each occurrence of the > former expressione with the latter one. Applied in revision 9a85aea. Thanks, Mare