On Wed, Jun 11, 2014 at 11:31:37AM -0700, Ben Pfaff wrote:
> On Sat, May 31, 2014 at 01:53:16AM -0300, Flavio Leitner wrote:
> > Add IGMP support to struct flow, flow compose and flow extract.
> >
> > Signed-off-by: Flavio Leitner
>
> If the ofproto code is going to match on particular IGMP type
On Wed, Jun 11, 2014 at 11:31:37AM -0700, Ben Pfaff wrote:
> On Sat, May 31, 2014 at 01:53:16AM -0300, Flavio Leitner wrote:
> > Add IGMP support to struct flow, flow compose and flow extract.
> >
> > Signed-off-by: Flavio Leitner
>
> If the ofproto code is going to match on particular IGMP type
On Sat, May 31, 2014 at 01:53:16AM -0300, Flavio Leitner wrote:
> Add IGMP support to struct flow, flow compose and flow extract.
>
> Signed-off-by: Flavio Leitner
If the ofproto code is going to match on particular IGMP type or code
or group internally, then we need to also modify odp-util.c
pa
Add IGMP support to struct flow, flow compose and flow extract.
Signed-off-by: Flavio Leitner
---
lib/flow.c | 22 --
lib/flow.h | 11 ++-
lib/match.c | 8 +++-
lib/nx-match.c | 2 +-
lib/ofp-uti