In article <[email protected]>, Jan Schaumann <[email protected]> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: jschauma >Date: Mon Nov 28 02:46:58 UTC 2022 > >Modified Files: > src/etc: protocols > >Log Message: >regen from IANA 2022-09-28 > > >To generate a diff of this commit: >cvs rdiff -u -r1.31 -r1.32 src/etc/protocols > >Please note that diffs are not public domain; they are subject to the >copyright notices on the relevant files. > > >-=-=-=-=-=- > >Modified files: > >Index: src/etc/protocols >diff -u src/etc/protocols:1.31 src/etc/protocols:1.32 >--- src/etc/protocols:1.31 Thu Apr 8 19:03:43 2021 >+++ src/etc/protocols Mon Nov 28 02:46:58 2022 >@@ -1,8 +1,10 @@ >-# $NetBSD: protocols,v 1.31 2021/04/08 19:03:43 christos Exp $ >-# See also: protocols(5), http://www.sethwklein.net/projects/iana-etc/ >+# $NetBSD: protocols,v 1.32 2022/11/28 02:46:58 jschauma Exp $ >+# See also: protocols(5), https://www.iana.org/assignments/protocol-numbers/ > # >+# >Protocol Numbers >+# > # Last Updated >-# 2021-02-26 >+# 2022-09-28 > # > # Available Formats > # [IMG] >@@ -50,7 +52,7 @@ igmp 2 IGMP # Internet > ggp 3 GGP # Gateway-to-Gateway >[RFC823] > ipv4 4 IPv4 # IPv4 encapsulation >[RFC2003] > st 5 ST # Stream >[RFC1190][RFC1819] >-tcp 6 TCP # Transmission Control >[RFC793] >+tcp 6 TCP # Transmission Control >[RFC9293] > cbt 7 CBT # CBT >[Tony_Ballardie] > egp 8 EGP # Exterior Gateway Protocol >[RFC888][David_Mills] > # any private interior gateway >@@ -162,9 +164,9 @@ iso-ip 80 ISO-IP # ISO Inte > vmtp 81 VMTP # VMTP >[Dave_Cheriton] > secure-vmtp 82 SECURE-VMTP # SECURE-VMTP >[Dave_Cheriton] > vines 83 VINES # VINES >[Brian Horn] >-ttp 84 TTP iptm IPTM # Transaction Transport >[Jim_Stevens] >+ttp 84 TTP # Transaction Transport >[Jim_Stevens] > # Protocol >-#iptm 84 IPTM # Internet Protocol Traffic >[Jim_Stevens] >+iptm 84 IPTM # Internet Protocol Traffic
This will probably make the test fail. It was manually handled before [the alias to the same number] >[Jim_Stevens] > # Manager > nsfnet-igp 85 NSFNET-IGP # NSFNET-IGP >[Hans_Werner_Braun] > dgp 86 DGP # Dissimilar Gateway Protocol >[M/A-COM Government Systems, "Dissimilar Gateway Protocol >Specification, >@@ -205,7 +207,7 @@ ipcomp 108 IPComp # IP Paylo > snp 109 SNP # Sitara Networks Protocol >[Manickam_R_Sridhar] > compaq-peer 110 Compaq-Peer # Compaq Peer Protocol >[Victor_Volpe] > ipx-in-ip 111 IPX-in-IP # IPX in IP >[CJ_Lee] >-vrrp 112 VRRP carp # Virtual Router Redundancy >[RFC5798] >+vrrp 112 VRRP # Virtual Router Redundancy >[RFC5798] > # Protocol > pgm 113 PGM # PGM Reliable Transport >[Tony_Speakman] > # Protocol >@@ -238,16 +240,16 @@ rsvp-e2e-ignore 134 RSVP-E2E-IGNORE # [R > mobility 135 Mobility # Header >Y [RFC6275] > udplite 136 UDPLite # [RFC3828] > mpls-in-ip 137 MPLS-in-IP # [RFC4023] >-manet 138 MANET # MANET Protocols >[RFC5498] >+manet 138 manet # MANET Protocols This will also probably make the test fail (alias to the same name) >[RFC5498] > hip 139 HIP # Host Identity Protocol Y >[RFC7401] > shim6 140 Shim6 # Shim6 Protocol Y >[RFC5533] > wesp 141 WESP # Wrapped Encapsulating >[RFC5840] > # Security Payload > rohc 142 ROHC # Robust Header Compression >[RFC5858] > ethernet 143 Ethernet # Ethernet >[RFC8986] >-# 144-252 Unassigned >[Internet_Assigned_Numbers_Authority] >-pfsync 240 PFSYNC # PF Synchronization I would put this back, it is unofficial, but used. christos
