[Bug 298348] ipfw(8) - manpage - differentiate between reset and reset6
Date: Wed, 09 Sep 2026 17:05:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=298348
Maxim Konovalov <maxim@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maxim@FreeBSD.org
--- Comment #1 from Maxim Konovalov <maxim@FreeBSD.org> ---
Created attachment 274579
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=274579&action=edit
ipfw.8.diff
Hi Jamie,
Thanks for the report, good catch.
I'm a bit hesitant about "IPv4 TCP" and "IPv6 TCP" as they make it look like we
are talking about different versions of TCP.
What if we change them to slightly more precise:
:Discard packets that match this rule, and if the packet is an
:TCP packet over IPv4, try to send a TCP reset (RST) notice. The
:search terminates.
and
:Discard packets that match this rule, and if the packet is an
:TCP packet over IPv6, try to send a TCP reset (RST) notice. The
:search terminates.
A full diff is enclosed.
Thanks,
Maxim
--
You are receiving this mail because:
You are the assignee for the bug.