[ovs-dev] [PATCH] match: Add support for matching IGMP fields.

Ben Pfaff blp at ovn.org
Mon Dec 14 11:12:51 UTC 2015


On Thu, Dec 10, 2015 at 01:42:41PM -0800, Jarno Rajahalme wrote:
> Complete the IGMP protocol support by making IGMP fields (type, code,
> and group) matchable via OpenFlow by the way of new Nicira extensions.
> 
> The new fields are: 8-bit NXM_NX_IGMP_TYPE (111), 8-bit
> NXM_NX_IGMP_CODE (112), and 32-bit NXM_NX_IGMP_GROUP (113).
> 
> VMware-BZ: #1558992
> Signed-off-by: Jarno Rajahalme <jarno at ovn.org>

Is this something we're targeting to backport to OVS 2.5?  If not, then
the meta-flow.h headers should say "since v2.6" instead of "since
v2.5".

This needs to add an item to NEWS and documentation to ovs-ofctl(8).

What's here looks good, and I trust you to do a good job on the above,
so:
Acked-by: Ben Pfaff <blp at ovn.org>



More information about the dev mailing list