History log of /freebsd/tests/sys/netpfil/ipfw/Makefile (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cc7ec8fe 17-Oct-2024 Igor Ostapenko <igoro@FreeBSD.org>

ipfw tests: Add basic coverage of divert(4) use cases

Reviewed by: kp
Approved by: kp (mentor)
Differential Revision: https://reviews.freebsd.org/D47163


Revision tags: release/13.4.0
# 4f752a15 19-Jul-2024 Kristof Provost <kp@FreeBSD.org>

netpfil tests: run in parallel

Run these tests in their own (vnet) jail so we don't have to worry about IP
range or jail name conflicts.

Reviewed by: markj
Sponsored by: Rubicon Communications, LLC

netpfil tests: run in parallel

Run these tests in their own (vnet) jail so we don't have to worry about IP
range or jail name conflicts.

Reviewed by: markj
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D46040

show more ...


Revision tags: release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0
# c3ca3fa7 06-Jan-2023 Gleb Smirnoff <glebius@FreeBSD.org>

tests: add test for ipfw fwd localaddr,port

Checks basic forward to local address, also with presence of
a listener that matches original port (see aab8c844b91). Based
on non-ATF test case written b

tests: add test for ipfw fwd localaddr,port

Checks basic forward to local address, also with presence of
a listener that matches original port (see aab8c844b91). Based
on non-ATF test case written by Pavel Polyakov.

Reviewed by: kp, melifaro
Differential revision: https://reviews.freebsd.org/D37960

show more ...