summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
Commit message (Expand)AuthorAgeFilesLines
* ovs-ofctl: Avoid unnecessary flow replacement in "replace-flows" command.Ben Pfaff2017-08-031-10/+8
* ofp-parse: Fix small memory leak when calling parse_ofp_meter_mod_str().Justin Pettit2017-07-051-0/+4
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-271-0/+1
* ovs-ofctl: New option "--no-stats" for "ovs-ofctl dump-flows".Ben Pfaff2017-06-141-3/+9
* ovs-ofctl: Avoid read overrun in ofperr_decode_msg().Ben Pfaff2017-06-141-4/+6
* ovs-ofctl: Close pcap file at end of ofctl_ofp_parse_pcap().Ben Pfaff2017-06-011-0/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-62/+182
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-8/+9
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-1/+3
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-0/+1
* Fix format specifier technicalities.Ben Pfaff2017-03-171-2/+1
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-14/+15
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-1/+1
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-6/+7
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-3/+3
* ovs-ofctl: fix memory leak reported by valgrind.William Tu2017-02-081-0/+5
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-2/+2
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-1/+1
* ovn-trace: New --ovs option to also print OpenFlow flows.Ben Pfaff2016-12-281-119/+33
* ovs-ofctl: Fix memory leak in bundle_print_errors().Yi-Hung Wei2016-11-221-0/+1
* ovs-ofctl: Fix memory leak in ofctl_packet_out().Yi-Hung Wei2016-11-221-0/+1
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-1/+2
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+25
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-33/+49
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-28/+102
* ovs-ofctl: Extract tunnel metadata correctly when sorting flows.Jesse Gross2016-08-301-2/+22
* ovs-ofctl: Fix crash with replace-flows and diff-flows with tunnel metadata.Jesse Gross2016-08-301-19/+188
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-73/+87
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-291-1/+0
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-291-5/+89
* ofproto: Use ofputil_uninit_group_mod().Jarno Rajahalme2016-07-291-6/+1
* meta-flow: Clean up masking with prerequisities checking.Jarno Rajahalme2016-07-291-2/+4
* vconn: Better bundle error management.Jarno Rajahalme2016-07-291-4/+46
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-291-1/+1
* 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