| Summary: | /etc/protocols says crdup 127 instead of crudp 127 | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | John Nielsen <nielsenj> |
| Component: | Books & Articles | Assignee: | 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
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 State Changed From-To: open->closed Fixed, thanks! |