summaryrefslogtreecommitdiff
path: root/tests/ofp-print.at
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Remove extraneous parenthesis from test name.Joe Stringer2014-06-251-1/+1
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-1/+10
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-2/+11
* Implement OpenFlow 1.4 queue statistics.Ben Pfaff2014-05-141-0/+34
* Implement OpenFlow 1.4 port statistics.Ben Pfaff2014-05-141-0/+20
* Implement basic OpenFlow 1.4 table-mod message.Ben Pfaff2014-05-141-0/+9
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-0/+14
* ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.Ben Pfaff2014-05-141-0/+41
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+125
* ofp-print: Enable printing OF1.4 versionAlexandru Copot2014-05-011-3/+3