summaryrefslogtreecommitdiff
path: root/tests/ofp-print.at
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-0/+221
* ofp-print: Print durations with at least three decimals.Ben Pfaff2013-12-201-19/+19
* ofp-util: Implement OpenFlow 1.1 packet-in message.Ben Pfaff2013-12-041-0/+15
* ofp-util: Report OFPMMFC_BAD_FLAGS for bad band flags.Ben Pfaff2013-11-051-0/+10
* ofp-util: Report OFPMMFC_BAD_COMMAND for bad meter mod commands.Ben Pfaff2013-11-051-0/+9
* ofp-util: Report OFPMMFC_BAD_BAND for bad band type in meter mod decoding.Ben Pfaff2013-11-051-0/+10
* ofp-actions: Allow meter actions in ofpacts_verify().Ben Pfaff2013-11-051-0/+12
* ofp-util: Enforce OpenFlow 1.1+ table_id requirements in flow_mod messages.Ben Pfaff2013-11-011-6/+6
* ofproto: Add support for sending OFPTYPE_ROLE_STATUS messages.Alexandru Copot2013-10-291-0/+30
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-0/+44
* TCP flags matching support.Jarno Rajahalme2013-10-291-13/+13
* tests: a comment on OF1.3 table_modYAMAMOTO Takashi2013-10-091-0/+1
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+27
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-7/+130
* ofp-util: Add SCTP supportJoe Stringer2013-08-221-0/+64
* Reinterpret base for meter band types bitmap.Ben Pfaff2013-08-211-1/+1
* Implement OpenFlow 1.3 queue stats duration feature.Ben Pfaff2013-07-261-24/+26
* ofp-util: Fix port and queue stat counting for OpenFlow 1.3.Ben Pfaff2013-07-261-0/+31
* ovs-ofctl: Bug fix in flow_format()Andy Zhou2013-07-161-2/+2
* Add basic OpenFlow 1.1 protocol support.Ben Pfaff2013-07-081-0/+20
* ofp-util: Meter fixes.Jarno Rajahalme2013-06-271-4/+4
* openflow-common: Change flow removal reason codes.Jarno Rajahalme2013-06-261-1/+1
* ofp-util: Support for OpenFlow 1.3 meters.Jarno Rajahalme2013-06-251-0/+89
* Implement duration fields in OpenFlow 1.3 port stats.Ben Pfaff2013-05-301-0/+39
* Allow hexdump of packet data of PACKET_{IN, OUT} messagesSimon Horman2013-05-161-0/+97
* ofp-print: ofp_packet_to_string() Do not emit extra trailing newlineSimon Horman2013-05-161-0/+31