From nobody Sun Jun 21 10:50:20 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 4gjp590BK8z6jTsC for ; Sun, 21 Jun 2026 10:50:21 +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 4gjp585BjKz3Pmk for ; Sun, 21 Jun 2026 10:50:20 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782039020; 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=+kRDgjAkeLEhq32h3dsoFSafNzasYLGDkRcSBxY5f5o=; b=E6uGOfiI120GrTxyJKFHQ7GYA8ZpQplfiY+Hi6kEqR7u57x/3QiCHVz/YjA/OeqZoYSNzV ILXw0un2I9NB4y03Dj6yVDayhhkJSaBCThiaXNRokKu7njKz28N874ca8JgAzJpFXB+EvG ne9bExz41TZWTJANonVe2uyqq2QcVegaYLYBchbLSRCSDIQXSNn81SNZaefExr+hKW5J0O LP8eoMExO6Gfz1lK5MqgMuVBaSy/AS1HZSzSRZDIGKjJCGq1ZcQA5879pOpa9WEJjZSGZO TtmVwVu4EqvnhrR/sa8V/8SWLv3NuWBJsSXHNAifrJZ/KrMMcpf6tEhfwgYT9g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782039020; a=rsa-sha256; cv=none; b=mSVcXQ7PmonmJGWIz8QlGgmM9OBVkXuhuzSHLW7HW8QFnnVMvNeom6zOm55U7r5E93jF0K Ne4Ce/U3ffKvdFx7buiEQbBTEFO3K3Xmy4aKvP5CKWeikD6sW+bTqYIhIENveLqfDRUvSf J8ib+IDcs6RuNWFL6/4E1NIBDzDq5DHTOS8skYyHW6b+wqaai9j2bCY4GGyliv9ygzRVts pbnMOYQnNelnMPIo7V6eNT7kYBcHz6GszqxmHPY/SNdO9gyYbMk0IMI+GFSoBACzHagxW6 +jg193zCIttBiseJnxsS0MfOPK2qLT52GO4YL38vCewKG7ko+qD1DhGYt/Cgsg== 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=1782039020; 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=+kRDgjAkeLEhq32h3dsoFSafNzasYLGDkRcSBxY5f5o=; b=lNigU+kpMLLJoVlNUsTP4oSYnLxPqItJ1jSphpF0CrFlGCpojWCoqnH62wdSOeyEdY8bvV ukDK7eNK7uMFXGtxPbJXsIWf4VXlezN4PETF6FxKS9T7Q7UJvpp+T3z2ViaT6e+eYIONZ9 mr3bsQX5blTfeXsi8fj/nCA4xMW2LFTA8cJFYzQMuMb2cxQgr2jEnGlBf/E7rFYYw7IlAX myKo9Nr/5mY0Fh3x1r9y6JqxXc3QL1/IFUAprHvu1fYhRzqLsmxF0KQJbUxS0Uhgkxk/LR VnTmlnJJ4+j+D0LlWMf5Agm3ANx8TW2LfPCpdpWEnWGYEHhQ1p3t0nSkRzElXA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gjp583cNSz1ByP for ; Sun, 21 Jun 2026 10:50:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1dbd9 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 21 Jun 2026 10:50:20 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Yoshihiro Takahashi Subject: git: d661121660a0 - stable/15 - 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/15 X-Git-Reftype: branch X-Git-Commit: d661121660a0862ef8cfe2949b0177f15ca77777 Auto-Submitted: auto-generated Date: Sun, 21 Jun 2026 10:50:20 +0000 Message-Id: <6a37c1ec.1dbd9.51e3773f@gitrepo.freebsd.org> The branch stable/15 has been updated by nyan: URL: https://cgit.FreeBSD.org/src/commit/?id=d661121660a0862ef8cfe2949b0177f15ca77777 commit d661121660a0862ef8cfe2949b0177f15ca77777 Author: Yoshihiro Takahashi AuthorDate: 2026-06-05 13:14:06 +0000 Commit: Yoshihiro Takahashi CommitDate: 2026-06-21 10:49:21 +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 7581cff17908..6fa47a5e3590 100644 --- a/lib/libc/net/protocols +++ b/lib/libc/net/protocols @@ -16,7 +16,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 @@ -56,7 +56,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 @@ -99,7 +99,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 @@ -126,7 +126,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 @@ -147,8 +147,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]