summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-3/+3
* utilities: Fix and unify parsing of timeout option.Ilya Maximets2018-08-151-5/+3
* ofctl: Fixup compare_flows functionAlin Gabriel Serdean2018-08-081-2/+4
* ovs-ofctl: Better validate OpenFlow message length in "ofp-parse-pcap".Ben Pfaff2018-08-061-1/+2
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-311-9/+10
* ovs-ofctl: New helper command "parse-packet".Ben Pfaff2018-07-121-0/+19
* ovs-ofctl: Prefer "del-meters" and "dump-meters".Justin Pettit2018-07-061-8/+6
* ovs-ofctl: Fix "ovs-ofctl snoop".Ashish Varma2018-04-251-0/+5
* ovs-ofctl: Add '--no-names' to usage message.Tonghao Zhang2018-04-041-0/+1
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-32/+49
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-141-5/+7
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-5/+5
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-2/+2
* Don't shadow variables.Justin Pettit2018-02-281-12/+12
* ovs-ofctl: Make ofp-print able to read raw data from a file.Ben Pfaff2018-02-161-25/+35
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-0/+9
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-52/+242
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-6/+13
* classifier: Refactor interface for classifier_remove().Ben Pfaff2018-01-311-1/+1
* ovs-ofctl: Fix typo in comment.Ben Pfaff2018-01-271-2/+2
* ovs-ofctl: Add "compose-packet" command for testing flow_compose().Ben Pfaff2018-01-271-0/+72
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* 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