History log of /openbsd/regress/sys/net/pf_divert/Remote.pm (Results 1 – 10 of 10)
Revision Date Author Comments
# d76821b9 18-Dec-2017 bluhm <bluhm@openbsd.org>

When setting KTRACE in the environment, client and server write
ktrace files. This simplifies debugging as system calls can be
inspected with kdump.


# 351daf6a 01-Sep-2017 bluhm <bluhm@openbsd.org>

Increase timeout, otherwise test may fail on slow machines.


# 068b97e5 15-Aug-2017 bluhm <bluhm@openbsd.org>

Add tests for pf divert-packet. Currently UDP packets are tested
with in and out rules. A single packet, the initial packet or the
response packet are diverted and reinjected.


# d8cb2e0f 15-Nov-2016 bluhm <bluhm@openbsd.org>

Mark pf states created by this regress test with a label. Remove
all such states before basic testing to make sure that these subtests
are independent.


# f8f8530c 03-May-2016 bluhm <bluhm@openbsd.org>

Fix some Perl statements perlcritic was bitching about: Variable
declared in conditional statement.


# d20a5ce9 25-Jun-2015 bluhm <bluhm@openbsd.org>

Align the three variants of Remote.pm.


# aa8f1300 18-Aug-2014 bluhm <bluhm@openbsd.org>

Make the perl modules consistent for the multiple regression tests.
This includes coding style, better error messages and variable
naming.


# d0e91fd6 03-Nov-2013 bluhm <bluhm@openbsd.org>

Add divert tests that reuse protocol and port. They show what
happens when we close the socket but the divert state remains. If
a new socket uses the same protocol and port, it will use the old
dan

Add divert tests that reuse protocol and port. They show what
happens when we close the socket but the divert state remains. If
a new socket uses the same protocol and port, it will use the old
dangling state. Without searching for the correct rule, the divert-to
will fail. There are real life corner cases where this occurred.

show more ...


# 50f04348 04-Jun-2013 bluhm <bluhm@openbsd.org>

Add tests for raw IP divert. Set effective user ID to 0 only during
privileged operations for raw sockets and bind any.


# 336dfed2 03-Jun-2013 bluhm <bluhm@openbsd.org>

Add a regression test suite for the pf divert-to and divert-reply
feature. It requires two machines, the local host is running the
regression test, the remote host gets pf divert rules installed.
Th

Add a regression test suite for the pf divert-to and divert-reply
feature. It requires two machines, the local host is running the
regression test, the remote host gets pf divert rules installed.
The diverted TCP connections are running between these hosts in
both directions. The remote host is controlled via ssh.

show more ...