summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
Commit message (Expand)AuthorAgeFilesLines
* ofp-util: Clean up cookie handling.Justin Pettit2012-05-291-5/+119
* ovs-ofctl: Support all OFPPC_* flags in "mod-port" command.Ben Pfaff2012-05-241-1/+8
* vlog: Take advantage of relaxed "-v" syntax through the tree.Ben Pfaff2012-05-221-6/+6
* ofproto-dpif: Introduce "internal flows" for handling flow table misses.Ben Pfaff2012-05-091-2/+4
* ofproto: Add support for OF1.3 port description multipart message.Justin Pettit2012-05-081-0/+15
* ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff2012-05-071-0/+33
* tests: Fix typo in comment.Ben Pfaff2012-05-011-1/+1
* ofp-print: Add some more white space to flow dumps.Ben Pfaff2012-05-011-30/+30
* tests: Gracefully shut down ovsdb-server, to avoid valgrind leak warnings.Ben Pfaff2012-03-281-0/+1
* tests: Suppress "role reply" that can appear in async message test.Ben Pfaff2012-03-071-0/+1
* ovs-ofctl: Make "barrier" output reproducible for testing.Ben Pfaff2012-03-071-2/+1
* Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff2012-03-071-6/+12
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-071-6/+6
* Add ability to direct "packet-in"s to particular controllers.Ben Pfaff2012-02-271-3/+17
* ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff2012-02-091-0/+87
* tests: Use ofctl_strip consistently.Ben Pfaff2012-02-071-38/+38
* Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff2012-02-011-0/+220
* Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit2011-12-271-0/+88
* ofproto: Add OFPC_QUEUE_STATS to switch feature reply.Ben Pfaff2011-10-311-2/+2
* test-openflowd: Remove.Ben Pfaff2011-10-241-14/+14
* ofproto-dpif: Add multiple table support.Ben Pfaff2011-08-091-12/+8
* ovs-ofctl: Fix dump-ports and queue-stats commands.Ben Pfaff2011-07-271-0/+24
* ofp-print: Make port "config" and "state" output easier to read.Ben Pfaff2011-07-261-6/+10
* ofp-util: Send table_id correctly in OpenFlow 1.0 flow_mods.Ben Pfaff2011-06-151-0/+8
* ofp-print: Change "table_id" to "table" in flow_mod and flow_stats.Ben Pfaff2011-06-141-4/+4
* ofproto: Add simple tests for dumping aggregates and for OpenFlow 1.0.Ben Pfaff2011-06-141-1/+24
* Fix bugs lingering from merge mistakes.Ben Pfaff2011-05-121-1/+0
* Merge 'master' into 'next'.Ben Pfaff2011-05-121-4/+1
|\
| * Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff2011-04-261-4/+0
* | ofproto: Fix number of reported tables in OFPT_FEATURES_REPLY message.Ben Pfaff2011-05-111-2/+2
* | ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff2011-05-111-1/+1
|/
* ofp-util: Properly handle "tun_id"s in tun_id_from_cookie flows.Ben Pfaff2011-04-191-2/+6
* ovs-ofctl: Make add-flows command read from stdin if file name is "-".Ben Pfaff2011-03-091-1/+1
* ovs-ofctl: Implement documented semantics of --flow-format for flow_mods.Ben Pfaff2011-03-011-17/+0
* ofp-print: Print fragment handling in OpenFlow switch config messages.Ben Pfaff2011-01-121-2/+2
* ofp-print: Always print priority exactly once.Ben Pfaff2010-12-151-2/+2
* ofp-print: Print every flow on a new line for NXST_FLOW replies too.Ben Pfaff2010-12-091-1/+2
* ovs-ofctl: Fix del-flows command parsing bugs.Ben Pfaff2010-12-091-2/+21
* Refactor and centralize basic OpenFlow message decoding and validation.Ben Pfaff2010-12-061-4/+4
* tests: Add tests for ofproto code.Ben Pfaff2010-12-021-0/+57