mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 06:45:17 +00:00
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>
This commit is contained in:
@@ -184,7 +184,7 @@ learn_check(const struct nx_action_learn *learn, const struct flow *flow)
|
||||
* prerequisites. No prerequisite depends on the value of
|
||||
* a field that is wider than 64 bits. So just skip
|
||||
* setting it entirely. */
|
||||
BUILD_ASSERT_DECL(FLOW_WC_SEQ == 10);
|
||||
BUILD_ASSERT_DECL(FLOW_WC_SEQ == 11);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user