aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-parse.c
AgeCommit message (Expand)Author
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
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-02-02lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit
2011-01-20Implement arbitrary bitwise masks for tun_id field.Ben Pfaff
2011-01-02ofp-parse: ofp-parse fails to properly validate DROP.Ethan Jackson
2010-12-17Implement a new Nicira extension action for multipath link selection.Ben Pfaff
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-09ofp-print, ofp-parse: Add support for NXAST_REG_MOVE and NXAST_REG_LOAD.Ben Pfaff
2010-12-09ovs-ofctl: Fix del-flows command parsing bugs.Ben Pfaff
2010-12-07ovs-ofctl: Add NXM support.Ben Pfaff
2010-12-07ofp-parse: Add support for registers.Ben Pfaff