Bug 34624

Summary: /etc/protocols says crdup 127 instead of crudp 127
Product: Documentation Reporter: John Nielsen <nielsenj>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Nielsen 2002-02-05 01:30:01 UTC
      There is a typo on line 137 of /etc/protocols.  It says "crdup   127 CRUDP # Combat Radio User Datagram" whereas it should say "crudp   127 CRUDP # Combat Radio User Datagram" (see http://www.iana.org/assignments/protocol-numbers)

Fix: 

Change the string "crdup" to "crudp" on line 137 of /etc/protocols.
How-To-Repeat:       n/a
Comment 1 Hiten Pandya 2002-02-05 23:38:54 UTC
thanks John, :)

I have made a patch, which will be committed soon.  I checked
this with IANA (http://www.iana.org/assignments/protocol-numbers),
as well as the NetBSD CVS Repo, just in case.

thanks,
  --Hiten Pandya
  --<hiten@uk.FreeBSD.org>

--- protocols	Mon Oct 15 19:01:30 2001
+++ protocols.new	Tue Feb  5 18:37:58 2002
@@ -134,7 +134,7 @@
 isis	124	ISIS		# ISIS over IPv4
 fire	125	FIRE
 crtp	126	CRTP		# Combat Radio Transport Protocol
-crdup	127	CRUDP		# Combat Radio User Datagram
+crudp	127	CRUDP		# Combat Radio User Datagram
 sscopmce	128	SSCOPMCE
 iplt	129	IPLT
 sps	130	SPS		# Secure Packet Shield
Comment 2 dd freebsd_committer freebsd_triage 2002-02-10 08:20:03 UTC
State Changed
From-To: open->closed

Fixed, thanks!