summaryrefslogtreecommitdiffstats
path: root/regress/sys/net/pflow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework when tests have to be skipped due to insufficient configurationbluhm2020-01-081-8/+11
| | | | of the regress machine.
* Do not use an obsolete copy of a Perl module from CPAN for testing.bluhm2017-03-034-1736/+16
| | | | Require that the p5-Net-Flow package is installed and use it.
* Do not turn on pf in a regression test, require that it has beenbluhm2017-02-272-8/+11
| | | | | enabled before. Better skip the test than create unexpected side effects.
* Somewhere between 5.9 and current gen_traffic started to produce oneflorian2017-01-162-16/+16
| | | | | | | packet more. It is a bit unclear when and why this happened but it's not a regression in pflow (verified with tcpdump), so adjust expected counters accordingly.
* remove duration, it depends too much on the specific setupflorian2017-01-163-12/+2
|
* It's not longer a syntax error to provide a flowdst without a portflorian2017-01-142-2/+2
| | | | number. Drop argument altogether to provoke a syntax error.
* Remove priority line, ifconfig(8) prints the interface index on theflorian2017-01-142-31/+20
| | | | | same line and that changes on every interface creation, messing up the diff to ifconfig.ok
* Cleanup pflow test before fixing it. Be more verbose to makebluhm2016-10-264-21/+28
| | | | | | | debugging easier. Handle EINPROGRESS connect(2) error correctly. Perl pack Q fails on 32 bit machines, add workaround. Restore interfaces in END block, works also if script dies. OK florian@
* pflowproto 9 is no more.florian2014-03-295-147/+14
| | | | While there fix regression for inaddr_any flowsrc.
* Test various combinations of flowdst, flowsrc and proto.florian2013-09-133-1/+124
|
* Enable pf if it's not already running.florian2013-09-111-2/+2
|
* flow regression tests.florian2013-08-237-5/+724
|
* Sync with pflow changes.florian2013-08-132-5/+7
|
* typoflorian2013-08-113-6/+6
|
* pflow(4) template regression testsflorian2013-08-115-0/+1877