Re: [Patch] Add router alert option to igmp packets

2014-05-07 Thread Jérémie Courrèges-Anglas
Martin Pieuchot writes: > Hello Florian, > > On 26/04/14(Sat) 22:22, Florian Riehm wrote: >> On 04/26/14 20:35, Alexander Bluhm wrote: >> > >> >> /* >> >> * To avoid byte-swapping the same value over and over again. >> >> */ >> > >> > FreeBSD has code matching this com

Re: [Patch] Add router alert option to igmp packets

2014-05-05 Thread Martin Pieuchot
Hello Florian, On 26/04/14(Sat) 22:22, Florian Riehm wrote: > On 04/26/14 20:35, Alexander Bluhm wrote: > > > >> /* > >> * To avoid byte-swapping the same value over and over again. > >> */ > > > > FreeBSD has code matching this comment. In OpenBSD the code is > > gone

Re: [Patch] Add router alert option to igmp packets

2014-04-26 Thread Florian Riehm
On 04/26/14 20:35, Alexander Bluhm wrote: > >> /* >> * To avoid byte-swapping the same value over and over again. >> */ > > FreeBSD has code matching this comment. In OpenBSD the code is > gone and so should the comment. Of course that is unrelated to > this diff. >

Re: [Patch] Add router alert option to igmp packets

2014-04-26 Thread Alexander Bluhm
On Sat, Apr 26, 2014 at 05:36:45PM +0200, Florian Riehm wrote: > our IGMP packets don't contain router alert options. > According rfc 2236 (Internet Group Management Protocol, Version 2) > packets without this option have to be ignored. Some layer 3 switches > are blocking our igmp packets because

[Patch] Add router alert option to igmp packets

2014-04-26 Thread Florian Riehm
Hi tech, our IGMP packets don't contain router alert options. According rfc 2236 (Internet Group Management Protocol, Version 2) packets without this option have to be ignored. Some layer 3 switches are blocking our igmp packets because of that. The following patch is based on a FreeBSD patch long