Re: [ovs-dev] [PATCH 05/18] flow: Add IGMP bits to the struct flow

2014-05-20 Thread Ben Pfaff
On Fri, Apr 11, 2014 at 06:34:10PM -0300, Flavio Leitner wrote: > Signed-off-by: Flavio Leitner I don't much like the #defines for igmp_type and igmp_code. We used to do something like that for icmp_type and icmp_code, but in the end it caused confusion, which is why we stopped. I would rather

[ovs-dev] [PATCH 05/18] flow: Add IGMP bits to the struct flow

2014-04-11 Thread Flavio Leitner
Signed-off-by: Flavio Leitner --- lib/flow.c | 4 ++-- lib/flow.h | 22 -- lib/match.c | 2 +- lib/nx-match.c | 2 +- lib/ofp-util.c | 2 +- ofproto/ofproto-dpif-xlate.c | 2 +- 6 files chang