summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Implement OpenFlow 1.3+ table features request.Ben Pfaff2014-08-111-0/+105
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-32/+77
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-111-1/+1
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-10/+10
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-281-30/+117
* ofp-parse: Correctly parse actions= in group bucketThomas Graf2014-06-241-1/+2
* ofproto: Honour out_port of flow monitorsSimon Horman2014-06-231-0/+52
* ofproto: Honour NXFMF_OWN flag of flow monitorsSimon Horman2014-06-131-0/+42
* ofproto: Break out perl code for sorting multiline messagesSimon Horman2014-06-131-18/+23
* tests: Use set_field instead of load_reg in OF1.2 test for metadata.Jean Tourrilhes2014-06-121-2/+2
* ofproto: Use OFPRR_GROUP_DELETESimon Horman2014-06-111-0/+9
* ofproto: Send monitor updates if a flow mod changes a rules actionsSimon Horman2014-06-051-0/+5
* tests: Fix an ofproto test.Joe Stringer2014-05-221-2/+2
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-0/+34
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-0/+5
* Implement OpenFlow 1.4 queue statistics.Ben Pfaff2014-05-141-0/+17
* Implement OpenFlow 1.4 port statistics.Ben Pfaff2014-05-141-0/+13
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-0/+32
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+234
* tests: Skip queue limit tests if the queues are very large.Ben Pfaff2014-04-101-0/+3
* bridge: don't bring up internal ports by default.Flavio Leitner2014-04-031-8/+8
* ofproto.at: Fix races in rule eviciton testsYAMAMOTO Takashi2014-04-021-20/+34
* ofproto: Fix a race in pause and resume testYAMAMOTO Takashi2014-04-021-1/+6
* tests: Fix small typo in "OpenFlow" in ofproto tests.Justin Pettit2014-03-181-2/+2
* ofproto: Update rule's priority in eviction group.kmindg2014-03-111-0/+74
* tests/ofproto.at: Avoid stdout/stderr ordering assumptionsYAMAMOTO Takashi2013-12-201-5/+8
* vconn: Reply with OFPBRC_BAD_VERSION for bad version.Ben Pfaff2013-12-131-0/+23
* bridge: Support changing port numbers.Ben Pfaff2013-12-111-0/+55
* ofp-util: Implement OpenFlow 1.1 packet-in message.Ben Pfaff2013-12-041-0/+33
* ofproto-dpif: Support weight for select groupsSimon Horman2013-11-021-1/+1
* ofproto-dpif: Implement translation of select groups.Simon Horman2013-11-021-1/+1
* ofproto: Add test for flow mod with groups.Simon Horman2013-11-021-0/+28
* ofproto: Add del groups testSimon Horman2013-11-021-0/+82
* ofproto: Add group desc and stats testsSimon Horman2013-11-021-0/+37
* ofproto-dpif: Translation of indirect and all groupsSimon Horman2013-11-021-1/+1
* ofp-util: Enforce OpenFlow 1.1+ table_id requirements in flow_mod messages.Ben Pfaff2013-11-011-18/+8
* ofproto: Add group features testSimon Horman2013-11-011-0/+14
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-0/+30
* ofproto: Avoid abandoning an ofopgroup without committing it.Ben Pfaff2013-10-251-0/+26
* ofp-util: Announce OpenFlow 1.3 table features only in OpenFlow 1.3.Ben Pfaff2013-09-131-6/+6
* tests/ofproto: add basic test for OFPT_GET_ASYNC_REQUEST/REPLYAlexandru Copot2013-09-071-0/+34
* flow: Enable matching on new field 'pkt_mark'.Jesse Gross2013-08-131-2/+2
* dpif-netdev: Make "packet-out" with in_port=OFPP_CONTROLLER work again.Ben Pfaff2013-07-111-2/+5
* Add basic OpenFlow 1.1 protocol support.Ben Pfaff2013-07-081-0/+110
* tests: Add tests for mod flows with cookie miss on OF1.2.Ben Pfaff2013-07-081-2/+20
* tests: Fix typo in test name.Ben Pfaff2013-06-281-1/+1
* testsuite: update a commentYAMAMOTO Takashi2013-05-211-1/+1
* OpenFlow-level flow-based tunneling support.Jarno Rajahalme2013-05-101-0/+27
* invoke perl as ${PERL}YAMAMOTO Takashi2013-04-221-10/+10
* Make OpenFlow 1.2+ role replies return the generation ID.Ben Pfaff2013-02-121-2/+2