[ovs-dev] [PATCH v2 2/2] Multicast Listener Discovery support

Ben Pfaff blp at nicira.com
Thu Jul 2 00:10:49 UTC 2015


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 <cascardo at redhat.com>
> Cc: Flavio Leitner <fbl at redhat.com>
> Cc: Ben Pfaff <blp at nicira.com>

Thanks!

I moved the assignment out of the 'if' statement in one place (see
CodingStyle) and applied this to master.



More information about the dev mailing list