summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet/frag (follow)
Commit message (Collapse)AuthorAgeFilesLines
* py3-scapy is now scapykn2020-12-301-3/+3
| | | | OK bluhm sthen
* Wrap long lines.bluhm2020-12-261-2/+2
|
* Send fragment that reaches beyond max packet length. pf ignoresbluhm2020-12-252-1/+60
| | | | it, but stack somehow puts it into the fragment queue.
* Switch to scapy with python 3.bluhm2020-12-2524-263/+263
|
* Remove echo headlines.bluhm2020-12-171-11/+1
|
* Do not create files as dependency of .BEGIN rule. Noticed bybluhm2020-01-151-3/+3
| | | | deraadt@ with make obj in regress.
* Make checksum comparison more robust. 0xffff is the same as 0.bluhm2019-09-191-1/+1
|
* Simplify the detection for installed python and scapy. Refactorbluhm2019-05-101-30/+23
| | | | | these tests to make them similar. Use the setup and cleanup variables.
* Send many small fragments that exceed the pf reassembly queue limit.bluhm2018-09-102-1/+77
|
* Fragment one large 64k IP ping packet into 155 fragments, each withbluhm2018-09-071-0/+62
| | | | | 424 bytes payload. Send them in random order. Expect a fragment with matching echo reply header.
* Use correct environment variable to access remote machine.bluhm2018-08-301-3/+3
|
* Clean up pf rules and states on remote machine so that they do notbluhm2017-09-152-4/+13
| | | | interfere with later tests.
* Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragmentbluhm2017-09-0718-74/+186
| | | | tests into common shape. Add some missing test cases.
* Copy IPv6 fragment test cases to IPv4 and adapt to the different bluhm2017-09-0721-0/+1195
behavior. All tests are run once with pf fragment reassembly and once with pf disabled and IP input reassembly. Three sub tests are currently disabled as the IP stack behaves differently than pf.