Page MenuHomeFreeBSD

Add a TCP rdr test on IPv6
ClosedPublic

Authored by thj on Oct 6 2023, 1:24 PM.
Tags
None
Referenced Files
F103097348: D42105.diff
Wed, Nov 20, 10:48 PM
Unknown Object (File)
Tue, Nov 19, 6:18 PM
Unknown Object (File)
Wed, Nov 6, 8:47 AM
Unknown Object (File)
Wed, Nov 6, 8:46 AM
Unknown Object (File)
Wed, Nov 6, 7:36 AM
Unknown Object (File)
Wed, Nov 6, 7:33 AM
Unknown Object (File)
Wed, Nov 6, 7:27 AM
Unknown Object (File)
Wed, Nov 6, 6:04 AM

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.