summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
Commit message (Expand)AuthorAgeFilesLines
* tests: consistently use OVS_APP_EXIT_AND_WAIT() for daemon terminationLance Richardson2016-03-181-34/+34
* openflow: Support matching and modifying MPLS TTL field.Ben Pfaff2016-03-071-1/+2
* ofp: Add support for bundles extension in OpenFlow 1.3.Jarno Rajahalme2016-02-291-2/+487
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-4/+82
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-3/+4
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-13/+40
* tests: Avoid useless use of cat.Ben Pfaff2016-01-281-2/+2
* ofproto-macros: Change STRIP_XIDS from macro to shell function.Ben Pfaff2016-01-281-70/+70
* tests: Change ADD_OF_PORTS from macro to shell function.Ben Pfaff2016-01-281-7/+7
* ofp-print: Decode and print all async config messages the same way.Ben Pfaff2016-01-201-0/+6
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-8/+38
* netdev-dummy: Add a dummy queue.Ben Pfaff2016-01-201-40/+43
* openflow: Rename OF0.1-1.3 queue property constants.Ben Pfaff2016-01-201-0/+14
* ofp-print: Improve formatting of queue stat requests and port_mods.Ben Pfaff2016-01-201-6/+6
* ofproto: Fix memory leak and memory exhaustion bugs in group_mod.Ben Pfaff2016-01-191-8/+8
* ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.Ben Pfaff2016-01-071-0/+9
* ofproto: Remove flows from all tables upon group deletion.Zoltán Balogh2015-12-221-4/+4
* Allow flow-based IPv6 tunnels to be configured with OpenFlowThadeu Lima de Souza Cascardo2015-12-041-1/+3
* Implement Vacancy Events for OFPMP_TABLE_DESC.Saloni Jain2015-11-291-1/+2
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-0/+7
* ofp-util: Add "check_overlap" and "reset_counts" to stateful flags.Ben Pfaff2015-11-291-0/+35
* ofproto: Fix inserting buckets at the end of an empty group.Ben Pfaff2015-11-291-1/+31
* tests: Add tests for out_port and out_group.Ben Pfaff2015-11-291-0/+114
* ofproto.at: Workaround a raceYAMAMOTO Takashi2015-11-261-2/+1
* ofproto.at: Portability improvementYAMAMOTO Takashi2015-11-261-2/+2
* ofproto-macros.at: Rename vconn_windows_sub to vconn_subYAMAMOTO Takashi2015-11-261-2/+2
* ofproto: Correctly reject duplicate bucket ID for OFPGC_INSERT_BUCKET.Ben Pfaff2015-11-251-0/+8
* vswitchd: Allow modifying ICMP type and code.Justin Pettit2015-11-091-2/+2
* ofp-parse: Fix parsing, formatting of multiple fields in NTR extension.Ben Pfaff2015-11-031-2/+2
* ovs-ofctl: Fix OpenFlow versions with '--bundle'Jarno Rajahalme2015-10-191-6/+6
* ofproto: Correct encoding and decoding of group desc properties.Simon Horman2015-10-161-0/+3
* Add connection tracking label support.Joe Stringer2015-10-131-1/+2
* Add connection tracking mark support.Joe Stringer2015-10-131-1/+2
* Add support for connection tracking.Joe Stringer2015-10-131-0/+2
* tests: Ignore more error messages for hidden rules test.Ben Pfaff2015-09-291-1/+1
* tests: Shorten line in table-features test.Ben Pfaff2015-09-201-1/+3
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+91
* tests: Replace ON_EXIT m4 macro by on_exit() shell function.Ben Pfaff2015-09-091-3/+3
* ofp-print: Abbreviate duplicated table features.Ben Pfaff2015-07-281-73/+129
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-0/+122
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-2/+3
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+22
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-2/+4
* ofproto: Use OF1.4+ "importance" as part of eviction criteria.Ben Pfaff2015-07-031-0/+62
* ofproto: Fix use-after-free in bridge destruction with groups.Ben Pfaff2015-06-261-0/+13
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-2/+66
* tests: Adjust output of vconn for windows.Gurucharan Shetty2015-06-221-2/+2
* ofproto.at: Don't specify the specific error.Gurucharan Shetty2015-06-221-2/+3
* Use classifier versioning.Jarno Rajahalme2015-06-111-21/+21
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-0/+244