On Wed, Jul 01, 2015 at 04:12:12PM -0300, Thadeu Lima de Souza Cascardo wrote: > Add support for MLDv1 and MLDv2. The behavior is not that different from > IGMP. Packets to all-hosts address and queries are always flooded, > reports go to routers, routers are added when a query is observed, and > all MLD packets go through slow path. > > v2: > * Avoid an infinite loop when an unknown record type is found. > * Remove ip4 parameter from update_mcast_snooping_table4__ to make it > symmetric > to update_mcast_snooping_table6__. > * Use ovs_16aligned_in6_addr in mld2_record to avoid misalignment. > * Ignore queries from any addresses, not the other way around. > * Address coding style. > * Update vswitch.xml and NEWS. > > Signed-off-by: Thadeu Lima de Souza Cascardo <casca...@redhat.com> > Cc: Flavio Leitner <f...@redhat.com> > Cc: Ben Pfaff <b...@nicira.com>
Thanks! I moved the assignment out of the 'if' statement in one place (see CodingStyle) and applied this to master. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev