[Bug 298348] ipfw(8) - manpage - differentiate between reset and reset6

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 09 Sep 2026 15:06:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=298348

            Bug ID: 298348
           Summary: ipfw(8) - manpage - differentiate between reset and
                    reset6
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: jamie@catflap.org
                CC: doc@FreeBSD.org

Created attachment 274577
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=274577&action=edit
patch to manpage

As it stands, the option "reset" also implies it will work with IPv6 -
especially if someone doesn't notice the "reset6" option.

Change:

    reset   Discard packets that match this rule, and if the packet is an
             TCP packet, try to send a TCP reset (RST) notice.  The
             search terminates.

     reset6  Discard packets that match this rule, and if the packet is an
             TCP packet, try to send a TCP reset (RST) notice.  The
             search terminates.

to:

    reset   Discard packets that match this rule, and if the packet is an
             IPv4 TCP packet, try to send a TCP reset (RST) notice.  The
             search terminates.

     reset6  Discard packets that match this rule, and if the packet is an
             IPv6 TCP packet, try to send a TCP reset (RST) notice.  The
             search terminates.

-- 
You are receiving this mail because:
You are on the CC list for the bug.