From nobody Sun Jun 21 10:51:33 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 4gjp6Z0wPMz6jTnR for ; Sun, 21 Jun 2026 10:51:34 +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 4gjp6Z0DdSz3QCc for ; Sun, 21 Jun 2026 10:51:34 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782039094; 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=rUieWWTTFz8QRjaBCyIQU+doWG3W838i+Pmcmg9cKuI=; b=braOxSnYYZJECKmuYL0cpMjS4lxiYBtfiKdIB5ckDIC3oAOyiN1tOwwS9jTd2cQxYLZeFp WcqgnAWtD4N9CUPQrSHmr3tnnlDKnzdXYsd3T6S/N7FwAVzUbNezm3WB0sFWU5uLWwkctt EYqMf1Ml1x2c5tRYQo7sINsjUb1XHd0Qr5ds6noTx6fD7udYBryR/apt41BH4TpZZGXgUh 4sWpRthYITVw1IsSHSqDvZ4goCo/CpkhjtcGuJJxyebm7CgVkk1W/46Y/9Y/i5qXa7Wx2m vdyzRJh5ckaVbm1s2UWle1yjECtSjZbUhWABeUCBuLQIVboeCtjSoPOWWWYcGg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782039094; a=rsa-sha256; cv=none; b=fAdS+ntP/rIyY3EaWVXYxUO3A4UHDb7C0fgY0yKUJYv9fqWQEST0oYe2qR8x5agdQ2u/Y9 6BnwKGNpY24Hr3IzNSK28SR2so1EQ1uno35CKmWrHj4GGDySoYYTRewLFpU8ryQYVqnPci zBySvj9E4xBSwZf7eLsouM+uwmRRdz4rdCN56lLS67du3YWQewhckOZSBhg9DCuM4BBsPW Q1urur3GpYtSqipKqK6voEGkWdjrXlxx4S8HzOT4TE/2IIrpmmbuaALEIn1cyV3N7tzr2S oxytWqDrDIECDlPNvw5bxUZpDvB7z6PWyEtwMzjIhZne2SyQ382f2I7pdPIcAA== 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=1782039094; 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=rUieWWTTFz8QRjaBCyIQU+doWG3W838i+Pmcmg9cKuI=; b=IfOcr7OAu1ZrLouDj+kN/IvIu58gGFSczP4R3ip+F176lFYy70pAevAk/hiaFW5v5NsOrB UHqfKuLpV+QohcCsr2CPrqN+HRwV3ptQkwdRA6h+Sd6LrrrClmPUo8ovwA50XxIc95tbNb D2kJYUIj7IKpjrLsR+RoHkYN/Rk4uEGtv8qhNnadSp+ANace3cfm5ZYfCCeOlSnZ87+BII PPwwE8MW5/4eBGCEX32zMrQIiLH50sus5TdpLRMJNJNyFqs6BaiHbdvz63Js0BPxqrMe/a ctI50v1iDzV0hHK3+Jjrn1tWpLCtxQ5uRCuWCBN6CpRDhMDVGiZWeZXSIZrreQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gjp6Y5xGhz1CKZ for ; Sun, 21 Jun 2026 10:51:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 215ff by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 21 Jun 2026 10:51:33 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Yoshihiro Takahashi Subject: git: 9f9f0d3d9e1c - stable/14 - protocols: Update with IANA list 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: nyan X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 9f9f0d3d9e1c9c9416b12625d357dd6f80d5f9be Auto-Submitted: auto-generated Date: Sun, 21 Jun 2026 10:51:33 +0000 Message-Id: <6a37c235.215ff.2d8d6009@gitrepo.freebsd.org> The branch stable/14 has been updated by nyan: URL: https://cgit.FreeBSD.org/src/commit/?id=9f9f0d3d9e1c9c9416b12625d357dd6f80d5f9be commit 9f9f0d3d9e1c9c9416b12625d357dd6f80d5f9be Author: Yoshihiro Takahashi AuthorDate: 2026-06-05 13:14:06 +0000 Commit: Yoshihiro Takahashi CommitDate: 2026-06-21 10:51:10 +0000 protocols: Update with IANA list - Update /etc/protocols with IANA list updated 2026-03-09. - Document that 240 (pfsync) is not assigned by IANA. - Document deprecated protocols. PR: 295739 Reviewed by: des MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D57445 (cherry picked from commit e3fa020202d8e040242016bda275dde83c058549) --- lib/libc/net/protocols | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/libc/net/protocols b/lib/libc/net/protocols index 9810356b8973..cf64703ce06a 100644 --- a/lib/libc/net/protocols +++ b/lib/libc/net/protocols @@ -19,7 +19,7 @@ igp 9 IGP # any private interior gateway (Cisco: for IGRP) bbn-rcc 10 BBN-RCC-MON # BBN RCC Monitoring nvp 11 NVP-II # Network Voice Protocol pup 12 PUP # PARC universal packet protocol -argus 13 ARGUS # ARGUS +argus 13 ARGUS # ARGUS (deprecated) emcon 14 EMCON # EMCON xnet 15 XNET # Cross Net Debugger chaos 16 CHAOS # Chaos @@ -59,7 +59,7 @@ bna 49 BNA # BNA esp 50 ESP # encapsulating security payload ah 51 AH # authentication header i-nlsp 52 I-NLSP # Integrated Net Layer Security TUBA -swipe 53 SWIPE # IP with Encryption +swipe 53 SWIPE # IP with Encryption (deprecated) narp 54 NARP # NBMA Address Resolution Protocol mobile 55 MOBILE # IP Mobility tlsp 56 TLSP # Transport Layer Security Protocol @@ -102,7 +102,7 @@ larp 91 LARP # Locus Address Resolution Protocol mtp 92 MTP # Multicast Transport Protocol ax.25 93 AX.25 # AX.25 Frames ipip 94 IPIP # Yet Another IP encapsulation -micp 95 MICP # Mobile Internetworking Control Pro. +micp 95 MICP # Mobile Internetworking Control Pro. (deprecated) scc-sp 96 SCC-SP # Semaphore Communications Sec. Pro. etherip 97 ETHERIP # Ethernet-within-IP Encapsulation encap 98 ENCAP # Yet Another IP encapsulation @@ -129,7 +129,7 @@ stp 118 STP # Schedule Transfer Protocol srp 119 SRP # SpectraLink Radio Protocol uti 120 UTI # UTI smp 121 SMP # Simple Message Protocol -sm 122 SM # SM +sm 122 SM # SM (deprecated) ptp 123 PTP # Performance Transparency Protocol isis 124 ISIS # ISIS over IPv4 fire 125 FIRE @@ -150,8 +150,13 @@ hip 139 HIP # Host Identity Protocol (RFC5201) shim6 140 SHIM6 # Shim6 Protocol (RFC5533) wesp 141 WESP # Wrapped Encapsulating Security Payload (RFC5840) rohc 142 ROHC # Robust Header Compression (RFC5858) -# 138-254 # Unassigned -pfsync 240 PFSYNC # PF Synchronization +ethernet 143 Ethernet # Ethernet (RFC8986) +aggfrag 144 AGGFRAG # AGGFRAG encapsulation payload for ESP (RFC9347) +nsh 145 NSH # Network Service Header (RFC9491) +homa 146 Homa # Homa +bit-emu 147 BIT-EMU # Bit-stream Emulation (RFC9801) +# 148-252 # Unassigned +pfsync 240 PFSYNC # PF Synchronization [non IANA] # 253-254 # Use for experimentation and testing (RFC3692) # 255 # Reserved divert 258 DIVERT # Divert pseudo-protocol [non IANA]