aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-parse.c
AgeCommit message (Expand)Author
2012-03-07openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27Make the string parameters const for do_flow_mod__()Simon Horman
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-09ovs-ofctl: Add "packet-out" command.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff
2012-02-09ovs-ofctl: Allow priority and timeout to be specified on mod-flows.Ben Pfaff
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-18ofp-parse: Validate range of table, priority, and timeout values.Ben Pfaff
2011-10-03ofp-parse: Remove write-only variable in parse_ofp_flow_mod_str().Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13meta-flow: New library for working with fields by id.Ben Pfaff
2011-09-13ofp-util: New function for parsing key-value pairs.Ben Pfaff
2011-09-13ofp-util: Add type-safe functions for serializing actions.Ben Pfaff
2011-09-13ofp-parse: Refactor action parsing to improve compiler warnings.Ben Pfaff
2011-09-13ofp-util: New functions for parsing and formatting OpenFlow port numbers.Ben Pfaff
2011-09-13classifier: Change cls_rule_set_nd_target() to take a pointer.Ben Pfaff
2011-08-12nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson
2011-08-12flow: New FLOW_WC_SEQ build assertion.Ethan Jackson
2011-08-12ofp-parse: Fix parsing of register values 2**31 and greater.Ben Pfaff
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-08-09New action NXAST_RESUBMIT_TABLE.Ben Pfaff
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-06-28ofp-parse: Fix invalid memory use.Ethan Jackson
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-06-14ofp-parse: Ignore extra fields produced by dump-flows.Ben Pfaff
2011-06-14ofp-parse: Add support for vlan_tci field.Ben Pfaff
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-06-07ofp-parse: Add support for dl_dst masks in flow match parsing.Ben Pfaff
2011-06-07ofp-parse: Fix wildcard bits for dl_dst in flow parsing.Ben Pfaff
2011-05-27ovs-ofctl: Report attempts to add (remove, etc.) non-normalized flows.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-04-18Fix calls to ctype functions.Ben Pfaff
2011-04-11autopath: Create the autopath action.Ethan Jackson
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
2011-03-16dynamic-string: New function ds_get_preprocessed_line().Ben Pfaff
2011-02-23ofp-parse: Don't segfault when an OpenFlow action's argument is missing.Ben Pfaff
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit