summaryrefslogtreecommitdiffstats
path: root/regress/sys/net/pf_fragment (follow)
Commit message (Expand)AuthorAgeFilesLines
* Syntax of pf(4) route-to has changed. Adapt tests.bluhm2021-02-012-6/+6
* py3-scapy is now scapykn2020-12-301-3/+3
* Switch to scapy with python 3.bluhm2020-12-2518-177/+177
* Remove echo headlines.bluhm2020-12-171-22/+1
* Do not create files as dependency of .BEGIN rule. Noticed bybluhm2020-01-151-3/+3
* Rework when tests have to be skipped due to insufficient configurationbluhm2020-01-081-4/+19
* Simplify the detection for installed python and scapy. Refactorbluhm2019-05-101-49/+44
* Remove useless make depend targets.bluhm2017-07-071-3/+1
* To test IPv6 fragements with extension header, the pf pass rulesbluhm2017-06-071-4/+4
* Fix typo in variable name.bluhm2017-01-242-2/+2
* Do not use privileged or NFS source ports for UDP packets as inetdbluhm2017-01-1817-71/+99
* During sniffing filter strictly on icmp6 "packet too big" to avoidbluhm2016-10-202-1/+6
* By removing all the sleeps I created a race in the pf tests. Thebluhm2016-10-2012-0/+12
* Replace fork() and sleep() with a Python thread for sniffing packets.bluhm2016-10-2012-92/+212
* The clean:, cleandir:, and obj: targets of src/Makefile descend intotb2016-10-191-1/+3
* Print SKIPPED if a regress test cannot be executed for some reason.bluhm2016-09-021-1/+3
* Split the check-setup target into smaller parts to make it easierbluhm2016-08-311-6/+14
* comment typossthen2016-05-281-8/+8
* Fix tests: Restrict getpid() to lower 16 bit so that it can stillbluhm2016-05-2217-18/+18
* Route output to local addresses has changed, ping6 command linebluhm2015-11-011-14/+14
* Extend the pf forward and fragment tests with a second challengebluhm2015-08-246-19/+31
* Enable path MTU test with ping for IPv6. Scapy srp1() does notbluhm2015-08-242-8/+18
* Add forwarding tests for pf route-to and reply-to. Keep pf forwardbluhm2015-08-171-20/+30
* Add IPv6 fragment tests for pf route-to. A big ping packet is sentbluhm2015-08-132-24/+32
* Extend the setup with another address for testing pf route-to.bluhm2015-07-212-12/+27
* When test pf.conf changes, check its syntax and use the new one.bluhm2015-07-201-2/+3
* Use a simpler expression to check the ether type in scapy. Thisbluhm2014-12-1916-16/+16
* The pf forward tests were running rdr-to and nat-to simultaneouslybluhm2014-07-181-4/+4
* Make the pf_fragment test pass again. pf does not adjust thebluhm2014-07-131-15/+15
* Automatically load the required pf rules into the kernel of thebluhm2014-07-122-34/+51
* Teach these pf regress tests to run with obj directory and to failbluhm2014-07-121-26/+51
* Use a saner and consistent address layout for my network tests thatbluhm2014-07-121-77/+139
* Fix run-regress-fragping to use ping(8) instead of ping6(8) to send thelteo2013-10-171-2/+2
* Do not write spaces around = in addr.py so it can also be read bybluhm2012-07-101-6/+6
* Kill trailing whitespaces.bluhm2012-07-1018-19/+19
* Add addr.py to CLEANFILES.bluhm2012-07-081-2/+2
* According to RFC 5722 we drop all IPv6 fragments that belong to abluhm2012-01-134-29/+30
* Add tests for pf fragment reassembly with all kinds of overlapping.bluhm2011-09-2112-2/+664
* Add a test suite to route ip fragments through a box running pf.bluhm2011-09-197-0/+390