summaryrefslogtreecommitdiff
path: root/tests/ofp-print.at
Commit message (Expand)AuthorAgeFilesLines
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-161-0/+108
* lib: Print nw_frag in flow key.Rosemarie O'Riorden2022-07-191-11/+11
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-281-5/+117
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-161-24/+25
* ofp-print: Abbreviate lists of fields in table features output.Ben Pfaff2019-12-121-105/+7
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-41/+0
* ofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1.0-1.3Zak Whittington2018-10-261-0/+76
* ofp-print: Handle statistics more systematically.Ben Pfaff2018-05-171-1/+1
* Add OpenFlow extensions for group support in OpenFlow 1.0.Ben Pfaff2018-05-171-1/+125
* Add support for OpenFlow 1.5 statistics (OXS).SatyaValli2018-05-161-0/+80
* 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