Re: [ovs-dev] [PATCH v2 4/7] ofproto: Add functions to configure multicast snooping

2014-05-29 Thread Ben Pfaff
On Wed, May 28, 2014 at 10:10:31PM -0300, Flavio Leitner wrote: > Signed-off-by: Flavio Leitner The comment in ofproto-provider.h here refers to parameters that are actually members of struct ofproto_mcast_snooping_settings: +/* Sets the multicast snooping aging timeout for the OFPP_NORMAL ac

[ovs-dev] [PATCH v2 4/7] ofproto: Add functions to configure multicast snooping

2014-05-28 Thread Flavio Leitner
Signed-off-by: Flavio Leitner --- ofproto/ofproto-dpif.c | 50 ++ ofproto/ofproto-provider.h | 16 +++ ofproto/ofproto.c | 27 + ofproto/ofproto.h | 12 +++ 4 files changed, 105 insertion