summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-2/+13
* ofp-util: Fix parsing of parenthesized values within key-value pairs.Ben Pfaff2016-06-141-0/+21
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+19
* types: Change ofp_port_t from uint16_t to uint32_t.Ben Pfaff2016-06-031-1/+1
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-10/+10
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-6/+6
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovs-ofctl: Declare / set up colors for command output.Quentin Monnet2016-03-181-0/+3
* ovs-ofctl: Add option for color output to dump-flows command.Quentin Monnet2016-03-181-0/+30
* ofp: Add support for bundles extension in OpenFlow 1.3.Jarno Rajahalme2016-02-291-8/+11
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-26/+83
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-34/+36
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-5/+3
* ofp-util: Make decoding switch features harder to misuse (and fix leak).Ben Pfaff2016-01-201-3/+1
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-9/+11
* ovs-ofctl: Merge dump_stats_transaction() into dump_transaction().Ben Pfaff2016-01-201-69/+54
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-071-43/+50
* ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.Ben Pfaff2016-01-071-15/+36
* ovs-ofctl: Generalize code for finding ports into general-purpose iterator.Ben Pfaff2016-01-071-110/+123
* ovs-ofctl: Fix memory leak reported by valgrind.William Tu2016-01-041-0/+3
* Use initializers for struct ofputil_flow_mod instead of assignments.Ben Pfaff2016-01-041-17/+16
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-20/+20
* ovs-ofctl: Support multiple tables in replace-flows and diff-flows.Jarno Rajahalme2015-11-301-67/+127
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-5/+91
* openflow: Remove OFPG11_*Jarno Rajahalme2015-11-241-1/+1
* utilities/ovs-ofctl: Fix meter requests.Jarno Rajahalme2015-11-191-3/+3
* ovs-ofctl: Fix OpenFlow versions with '--bundle'Jarno Rajahalme2015-10-191-0/+3
* ovs-ofctl: Fix replace-flows.Jarno Rajahalme2015-10-191-0/+2
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+3
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-1/+1
* ofp-print: Abbreviate duplicated table features.Ben Pfaff2015-07-281-2/+66
* classifier: Make versioning more explicit.Jarno Rajahalme2015-07-061-2/+3
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+19
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-19/+15
* tunnels: Don't initialize unnecessary packet metadata.Jesse Gross2015-07-011-2/+2
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+57
* Use classifier versioning.Jarno Rajahalme2015-06-111-2/+2
* classifier: Support table versioningJarno Rajahalme2015-06-101-2/+1
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-9/+77
* classifier: Add support for invisible flows.Jarno Rajahalme2015-06-011-0/+1
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-163/+166
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-7/+7
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-76/+72