Re: [B.A.T.M.A.N.] [PATCH v2 2/2] batman-adv: filter ARP packets with invalid MAC addresses in DAT

2013-01-26 Thread Marek Lindner
On Friday, January 25, 2013 21:28:49 Antonio Quartulli wrote: On Thu, Jan 24, 2013 at 06:18:27PM +0100, Matthias Schiffer wrote: We never want multicast MAC addresses in the Distributed ARP Table, so it's best to completely ignore ARP packets containing them where we expect unicast

Re: [B.A.T.M.A.N.] [PATCH v2 2/2] batman-adv: filter ARP packets with invalid MAC addresses in DAT

2013-01-25 Thread Antonio Quartulli
On Thu, Jan 24, 2013 at 06:18:27PM +0100, Matthias Schiffer wrote: We never want multicast MAC addresses in the Distributed ARP Table, so it's best to completely ignore ARP packets containing them where we expect unicast addresses. Signed-off-by: Matthias Schiffer

[B.A.T.M.A.N.] [PATCH v2 2/2] batman-adv: filter ARP packets with invalid MAC addresses in DAT

2013-01-24 Thread Matthias Schiffer
We never want multicast MAC addresses in the Distributed ARP Table, so it's best to completely ignore ARP packets containing them where we expect unicast addresses. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net --- distributed-arp-table.c | 13 + 1 file changed, 13

Re: [B.A.T.M.A.N.] [PATCH v2 2/2] batman-adv: filter ARP packets with invalid MAC addresses in DAT

2013-01-24 Thread Matthias Schiffer
On 01/24/2013 06:18 PM, Matthias Schiffer wrote: We never want multicast MAC addresses in the Distributed ARP Table, so it's best to completely ignore ARP packets containing them where we expect unicast addresses. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net ---