Page MenuHomeFreeBSD

Add a TCP rdr test on IPv6
ClosedPublic

Authored by thj on Oct 6 2023, 1:24 PM.
Tags
None
Referenced Files
F89397946: D42105.diff
Sat, Jul 27, 12:02 PM
F89392706: D42105.id128365.diff
Sat, Jul 27, 11:09 AM
Unknown Object (File)
Wed, Jul 24, 12:58 PM
Unknown Object (File)
Thu, Jul 18, 5:27 PM
Unknown Object (File)
Sun, Jul 14, 11:25 PM
Unknown Object (File)
Sat, Jul 13, 3:37 AM
Unknown Object (File)
Fri, Jul 5, 10:15 PM
Unknown Object (File)
Fri, Jul 5, 8:45 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.