summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-2/+4
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-131-2/+17
* ipv6: Add support for setting ipv6 flow label.Pritesh Kothari2015-01-131-2/+2
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-1/+2
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-0/+52
* ofproto: Omit hidden tables from "next tables".Ben Pfaff2015-01-021-6/+18
* ovs-ofctl: Support bucket commandsSimon Horman2014-11-131-0/+103
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-1/+1
* ofproto: Test that group commands fail for OpenFlow 1.0Simon Horman2014-11-121-0/+19
* ofproto: Add OpenFlow 1.5 group tests.Simon Horman2014-11-111-4/+64
* ofproto: Add OpenFlow 1.3 group stats test.Simon Horman2014-11-111-1/+25
* ofp-print: Print bucket ids of OpenFlow 1.5 group messages.Simon Horman2014-11-111-1/+1
* ofproto: Fix supported group types.Shu Shen2014-11-101-1/+13
* miniflow_extract: Properly handle small IP packets.Jarno Rajahalme2014-11-101-3/+3
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-1/+2
* ofproto: Only allow indirect groups with one bucketSimon Horman2014-10-241-0/+16
* ofproto: Report support for group stats.Ben Pfaff2014-10-231-2/+2
* tests: Add test of double set-field in output action list.Jean Tourrilhes2014-10-081-0/+28
* tests: Check that port status MODIFY messages are generated.Jean Tourrilhes2014-10-081-0/+73
* lib/match: Do not format undefined fields.Jarno Rajahalme2014-10-061-18/+18
* ofp-actions: Fix error code for invalid table id.Selvamuthukumar2014-09-241-1/+1
* 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