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


# 40df215e 09-Oct-2017 bluhm <bluhm@openbsd.org>

The divert-packet socket option IP_DIVERTFL, IPPROTO_DIVERT_RESP,
IPPROTO_DIVERT_INIT feature is gone. Remove the corresponding
tests.


# 0c490069 04-Sep-2017 bluhm <bluhm@openbsd.org>

Run divert-packet tests also for IPv6.


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