ofp-parse: New function parse_ofp_exact_flow().
authorBen Pfaff <blp@nicira.com>
Fri, 4 May 2012 16:52:37 +0000 (09:52 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 7 May 2012 18:23:31 +0000 (11:23 -0700)
commitccbe50f8f61ac944eb965f67c570d79b6724c9cf
tree02a97f1047c11117fdfb1d8fe9ff6a888d9d7d5f
parent33cadc5034cda0c9a0bcd59fbec146784387ee1f
ofp-parse: New function parse_ofp_exact_flow().

This function parses a flow rather than a cls_rule.  It will be useful
for "ofproto/trace", which currently requires an odp_flow and thus can't
accept values for registers and other concepts that don't exist in the
kernel.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/meta-flow.c
lib/meta-flow.h
lib/ofp-parse.c
lib/ofp-parse.h