summaryrefslogtreecommitdiff
path: root/tests/ofp-print.at
Commit message (Expand)AuthorAgeFilesLines
* Implement OF1.3 extension for OF1.4 role status feature.Ben Pfaff2018-02-131-0/+30
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-7/+7
* ofp-print: Include full hex dump of messages that fail decode.Ben Pfaff2018-01-051-0/+26
* treewide: Get rid of "echo -n", and add a test to prevent regression.Ben Pfaff2017-10-301-5/+5
* ofp-print: Avoid trailing white space in OpenFlow dumps.Ben Pfaff2017-10-061-8/+8
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-0/+38
* ofp-util: Add OpenFlow 1.5 packet-out supportYi-Hung Wei2017-05-311-0/+21
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-0/+41
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-3/+3
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-0/+24
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+10
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-0/+19
* tests: Keyword fixes.Jarno Rajahalme2016-09-131-17/+41
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+79
* ofp-print: Sort queues before printing in OFPT_QUEUE_GET_CONFIG_REPLY.Ben Pfaff2016-06-031-4/+4
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-0/+12
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-2/+5
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-1/+21
* ofp-print: Decode and print all async config messages the same way.Ben Pfaff2016-01-201-4/+22
* ofp-util: Rewrite async config encoding and decoding to be table-driven.Ben Pfaff2016-01-201-0/+6
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-0/+44
* openflow: Rename OF0.1-1.3 queue property constants.Ben Pfaff2016-01-201-0/+15
* ofp-print: Improve formatting of queue stat requests and port_mods.Ben Pfaff2016-01-201-10/+10
* ofproto: Implement OF1.4 error code for set-async-configAmbika Arora2015-11-301-0/+24
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-1/+1
* ofp-parse: Fix parsing, formatting of multiple fields in NTR extension.Ben Pfaff2015-11-031-1/+1
* ofproto: Correct encoding and decoding of group desc properties.Simon Horman2015-10-161-1/+1
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+46
* ofp-util: Fix group desc request encoding.Minoru TAKAHASHI2015-07-311-2/+2
* ofp-util: Fix port desc request encoding.Minoru TAKAHASHI2015-07-311-2/+2
* ofp-print: Abbreviate duplicated table features.Ben Pfaff2015-07-281-15/+14
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-0/+27
* ofp-util: Log the type of an invalid message being added to a bundle.Ben Pfaff2015-07-061-1/+3
* ofp-util: Require inner and outer message in bundle add to be same version.Ben Pfaff2015-07-061-4/+4
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-1/+1
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-2/+2
* flow_format: Do not format "in_port=0".Jarno Rajahalme2015-03-261-14/+14
* Implement hash fields select groupSimon Horman2015-03-241-4/+12
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-131-0/+17
* bundles: Reject unbundlable messages.Jarno Rajahalme2014-12-221-7/+40
* OF1.4 bundles: Verify xids.Jarno Rajahalme2014-12-221-0/+10
* ofp-util.c: Enable packet-in messages for OpenFlow 1.4 and 1.5.Jean Tourrilhes2014-11-211-0/+30
* ofp-print: Support printing of (draft) OpenFlow 1.5 group messages with bucke...Simon Horman2014-11-111-2/+58
* nx-match: Add support for experimenter OXM.Ben Pfaff2014-10-081-0/+14
* lib/match: Do not format undefined fields.Jarno Rajahalme2014-10-061-12/+12
* lib: Unify flags parsing and formatting.Jarno Rajahalme2014-09-081-8/+8
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-28/+79
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-11/+15
* ofp-msgs: Correct code for queue configuration messages in OpenFlow 1.0.Ben Pfaff2014-07-151-2/+2
* ovs-ofctl: Ability to read a hex string from file.Gurucharan Shetty2014-06-261-1/+1