History log of /openbsd-src/regress/sys/net/pf_divert/Proc.pm (Results 1 – 6 of 6)
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.


# 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.


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

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


# 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.


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

Grep pf state table on remote machine to find state reuse problems.


# 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 ...