On Thu, May 29, 2014 at 12:55:24PM -0700, Ben Pfaff wrote:
> On Wed, May 28, 2014 at 10:10:28PM -0300, Flavio Leitner wrote:
> > This patch adds generic IGMP snooping library code
> > that is used in follow-up patches.
> >
> > Signed-off-by: Flavio Leitner
>
> Thanks for v2!
>
> Some structures
On Wed, May 28, 2014 at 10:10:28PM -0300, Flavio Leitner wrote:
> This patch adds generic IGMP snooping library code
> that is used in follow-up patches.
>
> Signed-off-by: Flavio Leitner
Thanks for v2!
Some structures in mcast-learning.h have union members that look like
this:
union {
This patch adds generic IGMP snooping library code
that is used in follow-up patches.
Signed-off-by: Flavio Leitner
---
lib/automake.mk | 2 +
lib/mcast-snooping.c | 783 +++
lib/mcast-snooping.h | 171 +++
3 files changed, 956 inser