History log of /openbsd/regress/sys/net/pf_state/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# 70788dfd 30-Dec-2020 kn <kn@openbsd.org>

py3-scapy is now scapy

OK bluhm sthen


# ec1f834e 24-Dec-2020 bluhm <bluhm@openbsd.org>

Switch to scapy with python 3.


# b5d99089 17-Dec-2020 bluhm <bluhm@openbsd.org>

Remove echo headlines.


# fa6bead2 15-Jan-2020 bluhm <bluhm@openbsd.org>

Do not create files as dependency of .BEGIN rule. Noticed by
deraadt@ with make obj in regress.


# 20b3c463 08-Jan-2020 bluhm <bluhm@openbsd.org>

Rework when tests have to be skipped due to insufficient configuration
of the regress machine.


# f39ab060 10-May-2019 bluhm <bluhm@openbsd.org>

Simplify the detection for installed python and scapy. Refactor
these tests to make them similar. Use the setup and cleanup
variables.


# b05d092c 05-Nov-2017 bluhm <bluhm@openbsd.org>

Fix some comments and dependencies in this regress test.


# 1a1df639 07-Jul-2017 bluhm <bluhm@openbsd.org>

Remove useless make depend targets.


# 2391d61a 27-Feb-2017 bluhm <bluhm@openbsd.org>

This test cannot pass while pf on localhost filters packets statefully.
If the local pf is enabled, write a temporary stateless pass rule
into the regress anchor.


# 05420020 21-Nov-2016 bluhm <bluhm@openbsd.org>

Print better error message if test fails.


# 5cbd8848 09-Nov-2016 bluhm <bluhm@openbsd.org>

Use netstat -n in target check-setup to avoid DNS timeout.
Requested by mpi@


# de0a526b 20-Oct-2016 bluhm <bluhm@openbsd.org>

Make the test faster. Move all the packet matching code into the
pcap filter. That means the first packet sniffed is the correct
one. In the success case, we can stop without waiting for a timeout

Make the test faster. Move all the packet matching code into the
pcap filter. That means the first packet sniffed is the correct
one. In the success case, we can stop without waiting for a timeout.
OK sashan@

show more ...


# 67cf0727 19-Oct-2016 bluhm <bluhm@openbsd.org>

Add a test suite for pf state handling. It needs a remote machine
to exchange packets, the remote kernel is tested. For now it only
contains a challenge ack test written by sashan@.
OK sashan@