nx-match: Add functions for raw decoding and encoding of OXM.
authorBen Pfaff <blp@ovn.org>
Mon, 18 Jan 2016 22:55:30 +0000 (14:55 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 21 Jan 2016 00:51:39 +0000 (16:51 -0800)
commit9f6e20b70e1117037dda056bda39b02c769aa8cd
treeba7fabaf17ef48e0f089b6636caf27c26a260ccf
parent290835f9648c9669fb17f3191906026affde8f2b
nx-match: Add functions for raw decoding and encoding of OXM.

The existing functions either assumed that we were working with NXM
(instead of OXM), or they added or parsed a header before OXM headers.
These aren't needed when OXM is encapsulated inside a property, as will be
the case in an upcoming commit.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
lib/nx-match.c
lib/nx-match.h