summaryrefslogtreecommitdiff
path: root/lib/ofp-parse.h
Commit message (Expand)AuthorAgeFilesLines
* ofp-parse: Remove unneeded #include.Ben Pfaff2016-02-261-2/+1
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-2/+2
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-0/+3
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-0/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-1/+1
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-1/+1
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+6
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-3/+3
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-16/+16
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-1/+2
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-4/+0
* ofp-parse: Make string conversion functions available outside this file.Ben Pfaff2014-08-111-1/+12
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-8/+4
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-231-4/+8
* ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.Gurucharan Shetty2013-10-171-1/+3
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+7
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+11
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-7/+15
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-15/+21
* ofp-util: Support for OpenFlow 1.3 meters.Jarno Rajahalme2013-06-251-0/+4
* ofproto: New feature to notify controllers of flow table changes.Ben Pfaff2012-07-121-0/+4
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-1/+1
* ofp-parse: New function parse_ofp_exact_flow().Ben Pfaff2012-05-071-0/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-071-8/+4
* Make the string parameters const for do_flow_mod__()Simon Horman2012-02-271-2/+2
* ovs-ofctl: Add "packet-out" command.Ben Pfaff2012-02-091-1/+4
* ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff2011-08-091-2/+2
* ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff2011-08-091-2/+2
* ovs-ofctl: Accept only valid flow_mod and flow_stats_request fields.Ben Pfaff2011-06-231-1/+1
* ovs-ofctl: Print the offending flow on parse error when reading from a file.Andrew Evans2011-06-171-2/+3
* Implement basic multiple table support.Ben Pfaff2011-05-121-4/+5
* ofp-parse: Generalize parse_ofp_add_flow_file() to parse_ofp_flow_mod_file().Ben Pfaff2011-03-181-2/+2
* ovs-ofctl: New commands "replace-flows" and "diff-flows".Ben Pfaff2011-03-181-1/+4
* ovs-ofctl: Add NXM support.Ben Pfaff2010-12-071-12/+12
* ofp-parse: Refactor flow parsing.Ben Pfaff2010-11-111-7/+11
* ofp-parse: Generalize parse_ofp_add_flow_str() as parse_ofp_flow_mod_str().Ben Pfaff2010-11-111-1/+1
* ofp-parse: Factor out duplicated code into new functions.Ben Pfaff2010-10-011-0/+3
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-8/+8
* ofp-parse: Break string-to-openflow parsing into library functionsJustin Pettit2010-07-301-0/+33