History log of /openbsd-src/regress/sys/net/pf_divert/Client.pm (Results 1 – 6 of 6)
Revision Date Author Comments
# 1073f88e 12-Dec-2021 bluhm <bluhm@openbsd.org>

Replace deprecated IO::Socket::INET6 with IO::Socket::IP.


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


# c2e3dbf0 05-Jun-2013 bluhm <bluhm@openbsd.org>

Add tests for ICMP and ICMP6 divert-to.


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