classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".
authorBen Pfaff <blp@nicira.com>
Tue, 7 Aug 2012 22:28:18 +0000 (15:28 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Sep 2012 19:24:27 +0000 (12:24 -0700)
commit81a76618be9ea195a1e4a881ba9591728891d10b
tree4e87f0e245d09a8b0fb5bc2fe19bf3ae0cb6cbe7
parentdbda2960f64238e80570aafeae7af5a752f54f59
classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".

Signed-off-by: Ben Pfaff <blp@nicira.com>
26 files changed:
lib/automake.mk
lib/classifier.c
lib/classifier.h
lib/learn.c
lib/learning-switch.c
lib/match.c [new file with mode: 0644]
lib/match.h [new file with mode: 0644]
lib/meta-flow.c
lib/meta-flow.h
lib/nx-match.c
lib/nx-match.h
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/fail-open.c
ofproto/in-band.c
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
tests/ofp-print.at
tests/test-classifier.c
tests/test-flows.c
utilities/ovs-ofctl.c