ofp-util: New abstractions for flow_mod, flow_stats_request.
authorBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 20:45:24 +0000 (12:45 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 20:45:24 +0000 (12:45 -0800)
commit2e4f5fcf3f5837de6805ccad58cd852a7cca595d
tree8f225ff82e2948a6514d0cc76b326aa5a00942f1
parent558d80cbfa30f50512dfba23c7bfcb01130a3de8
ofp-util: New abstractions for flow_mod, flow_stats_request.

These will be useful for adding Nicira Extended Match support to ovs-ofctl.

This commit makes ofproto use the new flow_mod abstraction, but not the
new flow and aggregate stats abstraction.  The latter takes a bit more
infrastructure that I haven't finished yet.
lib/nx-match.h
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto.c