flow: Adds support for arbitrary ethernet masking
authorJoe Stringer <joe@wand.net.nz>
Mon, 28 May 2012 12:38:21 +0000 (00:38 +1200)
committerBen Pfaff <blp@nicira.com>
Tue, 29 May 2012 19:24:07 +0000 (12:24 -0700)
commit73c0ce349ba8d13a63a249a56aad0bec6e6caf26
tree890f267b8f522900cbbf72d9844ad213e42de291
parent623e1caf2f493bfcd96e3f9381d4e89257c92798
flow: Adds support for arbitrary ethernet masking

Arbitrary ethernet mask support is one step on the way to support for OpenFlow
1.1+. This patch set seeks to add this capability without breaking current
protocol support.

Signed-off-by: Joe Stringer <joe@wand.net.nz>
[blp@nicira.com made some updates, see
 http://openvswitch.org/pipermail/dev/2012-May/017585.html]
Signed-off-by: Ben Pfaff <blp@nicira.com>
16 files changed:
NEWS
include/openflow/nicira-ext.h
lib/classifier.c
lib/classifier.h
lib/flow.c
lib/flow.h
lib/learn.c
lib/meta-flow.c
lib/meta-flow.h
lib/nx-match.c
lib/nx-match.h
lib/ofp-util.c
lib/packets.c
tests/ovs-ofctl.at
tests/test-classifier.c
utilities/ovs-ofctl.8.in