Page MenuHomeFreeBSD

Add a TCP rdr test on IPv6
ClosedPublic

Authored by thj on Oct 6 2023, 1:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 2, 11:15 PM
Unknown Object (File)
Fri, Aug 1, 8:49 PM
Unknown Object (File)
Sat, Jul 26, 9:24 AM
Unknown Object (File)
Jul 13 2025, 5:25 AM
Unknown Object (File)
Jul 12 2025, 5:42 AM
Unknown Object (File)
Jul 2 2025, 6:24 AM
Unknown Object (File)
Jun 30 2025, 12:27 PM
Unknown Object (File)
Jun 28 2025, 6:28 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

thj requested review of this revision.Oct 6 2023, 1:24 PM
tests/sys/netpfil/pf/rdr.sh
36

It's also be nice to reference the PR for the bug we're trying to reproduce here.

83

You probably want '--immediate-mode' too, or we risk having tcpdump be terminated before it writes everything to disk.

99

That would just get killed as we destroy the jail.

Use immediate mode for tcpdump
enhance comments

This revision is now accepted and ready to land.Oct 6 2023, 4:10 PM
This revision was automatically updated to reflect the committed changes.