summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.8.in
Commit message (Expand)AuthorAgeFilesLines
* Use classifier versioning.Jarno Rajahalme2015-06-111-10/+9
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-12/+48
* ovs-ofctl: Fix documentation of burst_size.Ben Pfaff2015-04-201-3/+5
* Support NTR selection method in ovs-ofctl group commandsSimon Horman2015-03-241-0/+34
* OpenFlow 1.5 is final, so change OF1.5 draft references to just say OF1.5.Ben Pfaff2015-02-251-4/+4
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-0/+34
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-0/+210
* ofp-actions: Support "copy_field" ONF extension to OpenFlow 1.3.Ben Pfaff2014-12-051-3/+7
* ovs-ofctl: Document that mod-group requires the type fieldSimon Horman2014-11-241-1/+1
* ovs-ofctl: Support bucket commandsSimon Horman2014-11-131-3/+54
* ofp-parse: Parse (draft) OpenFlow 1.5 bucket ids.Simon Horman2014-11-111-0/+8
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+8
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-0/+10
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-14/+25
* ovs-ofctl: Document protocol-specific forms as preferred over tp_src/tp_dst.Ben Pfaff2014-10-081-25/+36
* ovs-ofctl: Correct typo in documentation.Ben Pfaff2014-09-291-1/+1
* ofp-actions: Support "resubmit" actions in action sets.Srini Seetharaman2014-09-021-5/+8
* ovs-ofctl: Document that "move" uses a standard action in OF1.5+.Ben Pfaff2014-08-211-0/+4
* ofp-actions: Include OFPACT_REG_MOVE in action setThomas Graf2014-08-151-3/+6
* ovs-ofctl: Un-document "apply_actions" because it does not exist.Ben Pfaff2014-08-111-3/+0
* ovs-ofctl: Add --unixctl command line option.Ben Pfaff2014-07-281-0/+1
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-1/+16
* ovs-ofctl: Document form of packet parameters to "packet-out".Ben Pfaff2014-06-251-1/+2
* ofp-parse: Correctly parse actions= in group bucketThomas Graf2014-06-241-2/+4
* ovs-ofctl.8: Move mod-table out of group tables sectionThomas Graf2014-06-241-25/+25
* ovs-ofctl.8: Document group:group_id actionThomas Graf2014-06-241-0/+4
* Implement learned flow deletion.Ben Pfaff2014-06-121-0/+10
* ovs-ofctl: Support "send_flow_rem" in "learn" actions.Ben Pfaff2014-06-061-2/+3
* ovs-ofctl: Document 'cookie' argument to learn action.Ben Pfaff2014-06-061-0/+1
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-4/+12
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-4/+10
* Remove --enable-of14 option because the implementation is now safe.Ben Pfaff2014-05-141-10/+4
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-0/+4
* Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.Ben Pfaff2014-03-231-4/+10
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-2/+3
* Man ovs-ofctl: Typo in arp_spa & arp_tpaArun Sharma2014-03-181-1/+1
* ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.Ben Pfaff2013-12-231-1/+17
* ovs-ofctl: Update push_mpls documentationSimon Horman2013-12-121-8/+8
* lib: More intuitive syntax for TCP flags matching.Jarno Rajahalme2013-12-021-9/+17
* ovs-ofctl: Document arp_spa and arp_tpa matchesSimon Horman2013-11-131-0/+11
* ovs-ofctl: Document set_mpls_{label,tc} actionsSimon Horman2013-11-131-0/+9
* ovs-ofctl: Document mpls_{label,bos,tc} matchesSimon Horman2013-11-131-0/+24
* ovs-ofctl: Document masked versions of arp_sha and arp_tha matchesSimon Horman2013-11-131-1/+10
* ovs-ofctl: Improve manpage.Ben Pfaff2013-11-111-24/+28
* ofp-actions: Switch away from odd use of "q" in "enqueue" action format.Ben Pfaff2013-11-111-2/+2
* ovs-ofctl: Document a few Nicira extensions as standardized in OF1.1+.Ben Pfaff2013-11-111-1/+2
* ovs-controller: Rename test-controller and do not install or package.Ben Pfaff2013-11-021-1/+0
* ofp-util: Enforce OpenFlow 1.1+ table_id requirements in flow_mod messages.Ben Pfaff2013-11-011-17/+54
* OXM inspired match field names.Jarno Rajahalme2013-11-011-0/+11
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+34