Page MenuHomeFreeBSD

Add a TCP rdr test on IPv6
ClosedPublic

Authored by thj on Oct 6 2023, 1:24 PM.
Tags
None
Referenced Files
F93108930: D42105.id134883.diff
Sat, Sep 7, 9:54 AM
Unknown Object (File)
Tue, Sep 3, 2:00 AM
Unknown Object (File)
Sun, Sep 1, 8:44 AM
Unknown Object (File)
Sat, Aug 31, 9:10 PM
Unknown Object (File)
Mon, Aug 26, 2:44 PM
Unknown Object (File)
Mon, Aug 26, 10:24 AM
Unknown Object (File)
Sat, Aug 24, 12:26 PM
Unknown Object (File)
Sat, Aug 24, 12:26 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 53873
Build 50764: arc lint + arc unit

Event Timeline

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

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

82

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

98

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.