aboutsummaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.8.in
AgeCommit message (Expand)Author
2013-01-09ovs-ofctl: Remove 'ANY' as a wildcard.Gurucharan Shetty
2013-01-04manpages: Put version number instead of date at bottom of page.Ben Pfaff
2013-01-04ovs-ofctl: Document to work with any OpenFlow switch.Ben Pfaff
2012-11-29ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff
2012-11-29ovs-ofctl: Add option to set allowed OpenFlow versionsSimon Horman
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-10-26OF11: push_vlan supportIsaku Yamahata
2012-10-18ofp-actions: Implement writing to metadata fieldJoe Stringer
2012-10-16instruction/clear-actions: string parser/formater, of packet decoder/encoderIsaku Yamahata
2012-10-16instruction: support goto-table actionIsaku Yamahata
2012-09-28ofp-actions: Add parsing of set_field actionsSimon Horman
2012-09-20ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff
2012-09-17ovs-ofctl: Fix indentation in manpage.Ben Pfaff
2012-08-28nicira-ext: Deprecate the autopath action.Ethan Jackson
2012-08-17man-pages: Add missing entry for matching metadataJoe Stringer
2012-08-16Add Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.Mehak Mahajan
2012-07-12ofproto: New feature to notify controllers of flow table changes.Ben Pfaff
2012-07-12ovs-ofctl: Add --sort and --rsort options for "dump-flows" command.Ben Pfaff
2012-07-06ovs-ofctl: Fix typos in manpage.Ben Pfaff
2012-06-12Allow general masking of IPv6 addresses rather than just CIDR masks.Ben Pfaff
2012-06-12Allow general masking of IPv4 addresses rather than just CIDR masks.Ben Pfaff
2012-05-29flow: Adds support for arbitrary ethernet maskingJoe Stringer
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-24ovs-ofctl: Support all OFPPC_* flags in "mod-port" command.Ben Pfaff
2012-05-08ofproto: Add support for OF1.3 port description multipart message.Justin Pettit
2012-05-01ovs-ofctl: Document padding in "note" actions.Ben Pfaff
2012-05-01ovs-ofctl: Document importance of priorities.Ben Pfaff
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27ovs-ofctl: Add --timestamp option to print time for each received packet.Ben Pfaff
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-13ovs-ofctl: Clarify that tun_id will not be nonzero unless the key is nonzeroSimon Horman
2012-02-13ovs-ofctl: Remove documentation that ovs-ofctl uses TUN_ID_FROM_COOKIESimon Horman
2012-02-09ovs-ofctl: New "ofctl/barrier" unixctl command.Ben Pfaff
2012-02-09ovs-ofctl: New "ofctl/set-output-file" unixctl command.Ben Pfaff
2012-02-09ovs-ofctl: New "ofctl/send" unixctl command.Ben Pfaff
2012-02-09ovs-ofctl: Add "packet-out" command.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff
2012-02-09ovs-ofctl: Allow priority and timeout to be specified on mod-flows.Ben Pfaff
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-03ovs-ofctl: Fix typos in manpage.Ben Pfaff
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-01ovs-ofctl: Fix typo in manpage.Ben Pfaff
2012-01-27ovs-ofctl: Fix "snoop" command.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-11odp-util: Handle ipv6 in set nw action.Pravin B Shelar
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10ovs-ofctl: Support daemonization for monitor and snoop.Ethan Jackson
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit