summaryrefslogtreecommitdiff
path: root/utilities/ovs-tcpdump.in
Commit message (Expand)AuthorAgeFilesLines
* ovs-tcpdump: Stdout is shutdown before ovs-tcpdump exit.Songtao Zhan2023-04-061-0/+11
* ovs-tcpdump: Cleanup mirror port on SIGHUP/SIGTERM.Daniel Ding2022-11-021-18/+22
* ovs-tcpdump: Fix bond port unable to capture jumbo frames.Lin Huang2022-10-111-0/+7
* ovs-tcpdump: Default to OVS_RUNDIR if present.Mike Pattrick2022-06-281-1/+2
* ovs-tcpdump: Fix error when stopping ovs-tcpdump.Han Ding2022-06-071-0/+6
* ovs-tcpdump: Improve performance with dummy interface.Mike Pattrick2021-11-301-18/+36
* ovs-tcpdump: Fallback to read /proc/net/dev on LinuxTimothy Redaelli2020-01-131-3/+17
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-1/+1
* ovs-tcpdump: Fix E117 over-indented.Ilya Maximets2019-04-301-2/+2
* ovs-tcpdump: Improve error message when tcpdump is not available.Liu Chang2019-04-161-0/+9
* ovs-tcpdump: Fix an undefined variableHyong Youb Kim2019-02-041-0/+1
* ovs-tcpdump: Add --span to mirror all ports on bridge.Martin Fong2018-12-121-3/+9
* ovs-tcpdump: Fix incompatibilities with python3Timothy Redaelli2018-07-241-4/+4
* ovs-tcpdump: handle large interface names on linuxAaron Conole2017-11-131-1/+15
* Use @PYTHON@ directly instead of "#! /usr/bin/env"Timothy Redaelli2017-06-211-1/+1
* Adapt to flake8-import-orderxurong000379972017-03-081-1/+3
* ovs-tcpdump: Set mirror port mtuAaron Conole2017-03-081-2/+16
* treewide: Fix recent flake8-check.Joe Stringer2016-12-081-0/+1
* ovs-tcpdump: Do not import unused "select" module.Ben Pfaff2016-11-231-1/+0
* ovs-tcpdump: Fix error handling when parsing parameter.nickcooper-zhangtonghao2016-11-221-1/+3
* ovs-tcpdump: destroy_mirror should really destroy the mirror.nickcooper-zhangtonghao2016-11-221-2/+3
* ovs-tcpdump: should't halt when dumping traffic.nickcooper-zhangtonghao2016-11-221-3/+0
* ovs-tcpdump: Remove the newline from readline().nickcooper-zhangtonghao2016-11-221-1/+1
* utilities/ovs-tcpdump.in: Poll the process statusAaron Conole2016-07-011-2/+6
* utilities/ovs-tcpdump.in: Fix port lookupsAaron Conole2016-07-011-2/+1
* ovs-tcpdump: Add a tcpdump wrapper utilityAaron Conole2016-06-231-0/+453