summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
Commit message (Expand)AuthorAgeFilesLines
* Implement OF1.3 extension for OF1.4 role status feature.Ben Pfaff2018-02-131-0/+66
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-28/+61
* nsh: add new flow key 'ttl'Yi Yang2018-01-111-1/+2
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+2
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-28/+18
* ofproto: Delete all groups and meters when (un)configuring a controller.Ben Pfaff2018-01-081-0/+58
* ofproto: Keep inserting buckets into a group from changing group type.Ben Pfaff2017-12-111-0/+25
* stream-unix: Give accepted sockets distinct names for log messages.Ben Pfaff2017-12-081-1/+1
* tests: Convert miscellaneous test code from Perl to Python.Ben Pfaff2017-11-261-18/+20
* tests: Convert uuidfilt utility from Perl to Python.Ben Pfaff2017-11-261-12/+12
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-1/+10
* OpenFlow: Add support for "group delete" flow removed reason to 1.3.Justin Pettit2017-07-161-7/+7
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-271-0/+81
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-0/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-28/+28
* ofp-parse: Parse pipeline fields in OF1.5 packet-outYi-Hung Wei2017-05-311-0/+29
* tests/ofproto.at: Workaround some racesTimothy Redaelli2017-05-051-9/+5
* ofproto: Add support of OFPR_PACKET_OUT as packet-in reasonYi-Hung Wei2017-04-241-6/+6
* connmgr: Fix internal packet-in reason code mask.Yi-Hung Wei2017-04-241-3/+20
* ofproto-dpif: Propagate may_enable flag as link aliveness.László Sürü2017-04-211-13/+13
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-0/+66
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-4/+11
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-0/+7
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-0/+125
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-0/+45
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-1/+1
* tests: Get rid of overly specific --pidfile and --unixctl options.Ben Pfaff2016-10-121-5/+5
* xlate: Use dp_hash for select groups.Jarno Rajahalme2016-09-161-0/+3
* ofproto: Remove double reporting from bundles.Jarno Rajahalme2016-09-151-0/+7
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-9/+135
* ofproto: Add a fixed bundle idle timeout of 10 seconds.Jarno Rajahalme2016-09-131-0/+63
* tests: Keyword fixes.Jarno Rajahalme2016-09-131-9/+5
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-5/+5
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-151-4/+0
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-291-3/+415
* vconn: Better bundle error management.Jarno Rajahalme2016-07-291-15/+19
* ofproto: Lockless group lookups.Jarno Rajahalme2016-07-291-8/+8
* netdev-*: Do not use dp_packet_pad() in recv() functions.Daniele Di Proietto2016-07-291-1/+1
* Introduce 128-bit xxregs.Justin Pettit2016-07-121-1/+5
* Increase number of registers to 16.Justin Pettit2016-07-121-1/+13
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-0/+26
* ofp-util: Fix parsing of parenthesized values within key-value pairs.Ben Pfaff2016-06-141-0/+4
* ofp-print: Sort queues before printing in OFPT_QUEUE_GET_CONFIG_REPLY.Ben Pfaff2016-06-031-2/+2
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-6/+6
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-42/+42
* 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