From nobody Thu Sep 24 00:45:42 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hqw9f1ksHz6tFyt for ; Thu, 24 Sep 2026 00:45:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hqw9f0yWXz4Kkg for ; Thu, 24 Sep 2026 00:45:42 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1790210742; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=socwu2jQYDFymcHRqgn/8mbjs3TzyCK8cNE3BLUaQu8=; b=ffteH5gLhaK+oW9jFm+oTrYUWL3iv0UPbqtQsazIluuHnzk24fj/bKgAydG/PxQunj/FaD /AoVeDaLpZH6W3JxWaJ/TGCMQuxETwK/b8yOy++SD+idNjs+nScwPBeF5zNh1K8TvuYXOq CTepGVmhu6skwK/sC7U8ZEqgtpb4QCOCyQFixC88el9y+8xx/y9ka87VKimaHsJ8qlQt1N 2JvcyO2ODjeduGzRMEJNfXa0O6o5/D1XJ6yGpTC4ERBL0uOm6gpe16FELnjYGbcBepOYSP k9u+a2IWY6HVR6UdQl2D6dVdsayO8LyDUfrMZCy+tV0QPULVlfIMHkdDqxR99w== ARC-Seal: i=1; a=rsa-sha256; d=freebsd.org; s=dkim; cv=none; t=1790210742; b=NMyuECuhuCR6UeCwqpe7B6TrIqs2XHDeH55GLm8PWn9pvS1Rk1Ezx9rXb9SzzOUPwSOxpx puwpqTis3hPnc1kPswlOalPYYTNZdyb4yonDGDSPBFbezsdRlCdkYUNFcp8J0DcqjQuVVO 5XVesfPwXCujYkW6ZuoFJ7afbx1rNB7lRJdMSIruicSiOxCA4TDSYERBv0ijDtv/KtJpif KxwICelTVYFb0vhi8y6MAZQnESmw6eA7ya333mh4g1NNpot8hVgr6yF78gk0DrIJvAhvch XK4pcIIvyKbZGodNtaHuI/gLCS+q9+RcOUSRTa6xrIwllk5TD0HsopEktVZVyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1790210742; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=socwu2jQYDFymcHRqgn/8mbjs3TzyCK8cNE3BLUaQu8=; b=BcQVjbG208hm/XS9xL51PML7Rm+sIJQ6qlBYsiS454vaQ7kLHP/mUZoAh+rWQ4foJ2dx43 9dYcULXQCRENt9BDUzm+gCWppiFJtko5HyC/ZtiCFXPergTUcrOFxmebvKuOatGLURogfJ TTDr0tIZ/ncmBCAhJJ7zGso5pEeCIcDR/3CWh/ZPfUpfAiVcveChA80gXDrdTnfy6dYr4J m/lIJ2BietTHOAp5+LMIbL4tfEE6ehfmyIM8T29ni7zokcm5Wd+4VJ/ydnVfMxj1hbGVg2 aglVFx4uxxVpxjAL0CP/GVgwhYvGe7s7ULWdBWF1zUwTfmMKJDr6M1Rl5sn+ew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hqw9f038tz1FgP for ; Thu, 24 Sep 2026 00:45:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 22923 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 24 Sep 2026 00:45:42 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Maxim Konovalov Subject: git: c5cc084a34a3 - stable/15 - ipfw.8: clarify a difference between reset and reset6 actions List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: maxim X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: c5cc084a34a3fc37aab5822f0de601a7e84fd4fa Auto-Submitted: auto-generated Date: Thu, 24 Sep 2026 00:45:42 +0000 Message-Id: <6ab472b6.22923.2d386266@gitrepo.freebsd.org> The branch stable/15 has been updated by maxim: URL: https://cgit.FreeBSD.org/src/commit/?id=c5cc084a34a3fc37aab5822f0de601a7e84fd4fa commit c5cc084a34a3fc37aab5822f0de601a7e84fd4fa Author: Maxim Konovalov AuthorDate: 2026-09-10 16:53:31 +0000 Commit: Maxim Konovalov CommitDate: 2026-09-24 00:43:16 +0000 ipfw.8: clarify a difference between reset and reset6 actions PR: 298348 MFC after: 2 weeks (cherry picked from commit 009940e3d4d398f0cba8b689d284bd8585e2ad5a) --- sbin/ipfw/ipfw.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 8cf64c7a55a9..87fbce552c30 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,5 +1,5 @@ .\" -.Dd May 21, 2026 +.Dd September 9, 2026 .Dt IPFW 8 .Os .Sh NAME @@ -1053,11 +1053,11 @@ Synonym for .Cm unreach host . .It Cm reset Discard packets that match this rule, and if the -packet is a TCP packet, try to send a TCP reset (RST) notice. +packet is a TCP packet over IPv4, try to send a TCP reset (RST) notice. The search terminates. .It Cm reset6 Discard packets that match this rule, and if the -packet is a TCP packet, try to send a TCP reset (RST) notice. +packet is a TCP packet over IPv6, try to send a TCP reset (RST) notice. The search terminates. .It Cm skipto Ar number | tablearg Skip all subsequent rules numbered less than