From nobody Mon Jul 20 16:30:02 2026 X-Original-To: dev-commits-src-all@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 4h3mFr1NZ8z6mCPf for ; Mon, 20 Jul 2026 16:30:08 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h3mFq6pYnz3MsD for ; Mon, 20 Jul 2026 16:30:07 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784565008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nFc0rDNon1PAOrXD3U+QmrE0sZR5484Fn79CTSIaj20=; b=r48w7IkvH0U6VTKZgxFw80zHVBHAJdE3zcfp9LPGij1cGmxtxstyh2zURWabqzLVOr4afF SJ3QX2Bjb5ivRN+aBmuZ42cZhupGrcKO2kdW7ur+9NaDnxD+o8DhKr2wIjjQOhZM9qNRSR mXeP//1mK089ioKs5yBIy36wAD+TYBThy+0MVvj/wvr3/ZBlSiNJy9ivllDPYzC4kNrnM6 kdK0AxOiS7P62tqZMplyD3WaxANZmiNpe6mWTIjMO40WzyseUyeEEy/hNXJNmvlTGX+Xph 5BfmO8JbFg72xVTz45cR2zJIBEOwEaFMev0zg7u4bJ0Vse+0cB4CfL5T8X+eZg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784565008; a=rsa-sha256; cv=none; b=OsEhg4HT4ELW+0iCR2wSZZyoCGUMYrmoekygVxCQPjie44Qmh1kKhyF1EvKGstAQ4DXmDw 57hMrslv6BdWhQnhg78MMizC09UoDLyLnFkSHfMxUrZra1tlHh7Q/L+dd2cNI9hn15OSA/ XRueNw9QKX182RQeh04mtbdgTPEL132o8OIGVThbPcEnSFwTG8DiPInLLzuZOwkQbt2o+k KazvuQZKyX3l1hWOtya/F5V60ieobxYOTj9zXUDcH/JMaTWm7gCkcYz6WZnFsZXUmBP89j HR+dU411zdkLofMuPS3hNLg5GuxTdlrxwifoz+VQAQCxVvWv1ctA3RRJiky1qQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784565008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nFc0rDNon1PAOrXD3U+QmrE0sZR5484Fn79CTSIaj20=; b=Fsyl1N0AbTc8hHq/CtOF2CqiGMdNEl+Xf01pjUSAtPkARPfo7tDi0y2f08ocvPFDm9JEQx ofzW7UF8VKLuwIlAuJj1PxhOXkicAvg/DYETw/53JQ4f35+zupUb/QOtq3pTbGrO26NYJy ydG8MnbBpu+JQk8PLe8w+H9wlKV/u5HCZCh6GJeEmM4DAKTckGZnKn1qG4PQHcU5jpb5Np L1gMl/554CQvjXq0bKYD6GCwTMrMUFs7YM0coh856+Ee92dw/4/FuF0mkSQX8TynC5bIGA szgunWsgBNqWdEO/SqJ6nNPg5rVLUf6VOHq7Z98qK4ChlCjv8Jh2sSkL7e8KYQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h3mFq534rz17wH for ; Mon, 20 Jul 2026 16:30:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 31812 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 20 Jul 2026 16:30:02 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Yusuke Ichiki From: Cy Schubert Subject: git: 047effac79ef - stable/15 - man: Fix RFC 1918 network prefix lengths List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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: cy X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 047effac79ef4cafda6a920e9ec352cf9a152bba Auto-Submitted: auto-generated Date: Mon, 20 Jul 2026 16:30:02 +0000 Message-Id: <6a5e4d0a.31812.5590c8f3@gitrepo.freebsd.org> The branch stable/15 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=047effac79ef4cafda6a920e9ec352cf9a152bba commit 047effac79ef4cafda6a920e9ec352cf9a152bba Author: Yusuke Ichiki AuthorDate: 2026-07-17 14:58:42 +0000 Commit: Cy Schubert CommitDate: 2026-07-20 16:29:35 +0000 man: Fix RFC 1918 network prefix lengths According to RFC 1918, the following IP prefixes are reserved for private internets: 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 This PR fixes the prefix lengths in references to private networks ("RFC 1918 networks", "the standard private IP address ranges"). The changes are limited to man pages. Signed-off-by: Yusuke Ichiki Pull Request: https://github.com/freebsd/freebsd-src/pull/2328 (cherry picked from commit 1403ca10189c47ad1de3915eeb030deddc114685) --- sbin/ipf/ippool/ippool.5 | 2 +- sys/netinet/libalias/libalias.3 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ipf/ippool/ippool.5 b/sbin/ipf/ippool/ippool.5 index ae6c4b919940..a124a565f2db 100644 --- a/sbin/ipf/ippool/ippool.5 +++ b/sbin/ipf/ippool/ippool.5 @@ -131,7 +131,7 @@ The contents of the file might look something like this: 10.0.0.0/8 !127.0.0.0/8 172.16.0.0/12 -192.168.0.0/24 +192.168.0.0/16 .fi .PP In this example, the inclusion of the line "!127.0.0.0/8" is, strictly diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index 1b8ecc14059d..27e03447dd25 100644 --- a/sys/netinet/libalias/libalias.3 +++ b/sys/netinet/libalias/libalias.3 @@ -203,8 +203,8 @@ originate from unregistered address spaces will be ignored. The standard private IP address ranges are: .Pp 10.0.0.0 -> 10.255.255.255 (/8) -172.16.0.0 -> 172.31.255.255 (/16) -192.168.0.0 -> 192.168.255.255 (/24) +172.16.0.0 -> 172.31.255.255 (/12) +192.168.0.0 -> 192.168.255.255 (/16) .Pp This option is useful in the case that the packet aliasing host has both registered and unregistered subnets on different interfaces.