aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-parse.h
AgeCommit message (Expand)Author
2011-08-09ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff
2011-06-23ovs-ofctl: Accept only valid flow_mod and flow_stats_request fields.Ben Pfaff
2011-06-17ovs-ofctl: Print the offending flow on parse error when reading from a file.Andrew Evans
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-03-18ofp-parse: Generalize parse_ofp_add_flow_file() to parse_ofp_flow_mod_file().Ben Pfaff
2011-03-18ovs-ofctl: New commands "replace-flows" and "diff-flows".Ben Pfaff
2010-12-07ovs-ofctl: Add NXM support.Ben Pfaff
2010-11-11ofp-parse: Refactor flow parsing.Ben Pfaff
2010-11-11ofp-parse: Generalize parse_ofp_add_flow_str() as parse_ofp_flow_mod_str().Ben Pfaff
2010-10-01ofp-parse: Factor out duplicated code into new functions.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-07-30ofp-parse: Break string-to-openflow parsing into library functionsJustin Pettit