nx-match: Add support for multiple OXM field assignments for one field.
authorBen Pfaff <blp@nicira.com>
Fri, 10 Oct 2014 05:57:47 +0000 (22:57 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Nov 2014 01:12:18 +0000 (17:12 -0800)
commite6556fe32f3c7f22353324233e61c77545bbdb4d
treed806a0603f77cf62c3df9250d67bb6543c8a45a8
parent02df89d2c6552078475fa8ac008615804f255a42
nx-match: Add support for multiple OXM field assignments for one field.

actset_output, to be added in an upcoming commit, has one OXM assignment
in OpenFlow 1.3 and another one in OpenFlow 1.5.  This commit allows both
of them to be supported in appropriate OpenFlow versions.

This feature is difficult to test on its own, so the same commit that adds
actset_output support also tests this feature.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
build-aux/extract-ofp-fields
lib/meta-flow.h
lib/nx-match.c