lib/ofp-actions: Enforce action consistency.
authorJarno Rajahalme <jrajahalme@nicira.com>
Wed, 23 Oct 2013 19:52:57 +0000 (12:52 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Oct 2013 20:52:24 +0000 (13:52 -0700)
commit8621547cc94ad91018ac0b662427a6fa20165a8d
tree52e4fd6338df1772d17a00ce99448eb99229f8a4
parentdba70df0cba19228f2751ad0c28d75ab422306e2
lib/ofp-actions: Enforce action consistency.

OpenFlow 1.1+ specs encourage switches to verify action consistency
at flow setup time.  Implement this for OpenFlow 1.1+ only to not
break any current OF 1.0 based use.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-actions.c
lib/ofp-actions.h
lib/ofp-parse.c
lib/ofp-parse.h
lib/ofp-util.h
ofproto/ofproto.c
tests/learn.at
tests/ovs-ofctl.at
utilities/ovs-controller.c
utilities/ovs-ofctl.c