diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-03 01:32:41 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-03 01:32:41 +0000 |
commit | 94445bb41c1fc9b5689b483878e33abe10abe67a (patch) | |
tree | 653e0b2ce12c933b06fa412b27067485786339ec /etc | |
parent | 02979f47f2976f83c40f993b13a50c81f17b7eb7 (diff) | |
download | FreeBSD-src-94445bb41c1fc9b5689b483878e33abe10abe67a.zip FreeBSD-src-94445bb41c1fc9b5689b483878e33abe10abe67a.tar.gz |
added icmp6 and ip6. they are becoming common.
Source: ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers
Diffstat (limited to 'etc')
-rw-r--r-- | etc/protocols | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/protocols b/etc/protocols index caf2713..6617c01 100644 --- a/etc/protocols +++ b/etc/protocols @@ -1,7 +1,7 @@ # # Internet (IP) protocols # -# $Id$ +# $Id: protocols,v 1.6 1997/02/23 09:20:45 peter Exp $ # from: @(#)protocols 5.1 (Berkeley) 4/17/89 # # Updated for FreeBSD based on RFC 1340, Assigned Numbers (July 1992). @@ -22,7 +22,9 @@ rdp 27 RDP # "reliable datagram" protocol iso-tp4 29 ISO-TP4 # ISO Transport Protocol class 4 xtp 36 XTP # Xpress Tranfer Protocol idpr-cmtp 39 IDPR-CMTP # IDPR Control Message Transport +ip6 41 IPV6 # internet protocol version 6 rsvp 46 RSVP # Resource ReSerVation Protocol +icmp6 58 ICMPV6 # ICMP for IPv6 vmtp 81 VMTP # Versatile Message Transport ospf 89 OSPFIGP # Open Shortest Path First IGP ipip 94 IPIP # Yet Another IP encapsulation |