summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-2/+2
* dpctl: Fix flush-conntrack with datapath as argument.Ales Musil2023-03-151-0/+4
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-161-0/+51
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-281-0/+6
* ofp-monitor: Extend Flow Monitoring support for OF 1.0-1.2 with Nicira Extens...Vasu Dasari2022-04-281-4/+18
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* ovs-ofctl: Fix coredump when using "add-groups" command.Wang Yibo2021-05-141-1/+1
* ovs-ofctl: Fix segfault due to bad meter n_bands.Flavio Fernandes2021-04-011-2/+2
* ofp-monitor: Fixed the usage of 'usable_protocols' variable in 'parse_flow_mo...Ashish Varma2019-11-011-0/+8
* ovs-ofctl: fix memory leak in open_vconn__() functionDamijan Skvarc2019-09-241-0/+2
* ovs-ofctl: Free leaked minimatchYifeng Sun2019-09-191-0/+1
* ovs-ofctl: New testing command "parse-group".Ben Pfaff2019-06-091-1/+40
* ofctl: break the loop if ovs_pcap_read returns errorLi RongQing2019-02-221-0/+1
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-3/+1
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-151-21/+107
* vconn: Allow timeout configuration for blocking connection.Ilya Maximets2019-01-101-1/+1
* ofp-table: Always format the table number in table features.Ben Pfaff2018-10-261-1/+0
* ofp-table: Better summarize table features and statistics.Ben Pfaff2018-10-261-4/+9
* pcap-file: Add nanosecond resolution pcap support.Mark Michelson2018-10-051-9/+11
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.Ben Pfaff2018-09-261-2/+3
* 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