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)
Apr 19 2024, 3:40 PM
Unknown Object (File)
Apr 14 2024, 5:33 PM
Unknown Object (File)
Apr 8 2024, 7:47 PM
Unknown Object (File)
Apr 8 2024, 2:06 PM
Unknown Object (File)
Feb 23 2024, 1:48 PM
Unknown Object (File)
Dec 30 2023, 1:06 PM
Unknown Object (File)
Dec 21 2023, 4:58 AM
Unknown Object (File)
Dec 20 2023, 4:39 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.