|
|
05e71a |
From f2f5c8169619e1ea5fd3849a389da349840cfd4e Mon Sep 17 00:00:00 2001
|
|
|
05e71a |
From: Bart De Schuymer <bdschuym@pandora.be>
|
|
|
05e71a |
Date: Tue, 3 Jul 2012 18:47:32 +0000
|
|
|
05e71a |
Subject: [PATCH] add RARP and update iana url
|
|
|
05e71a |
|
|
|
05e71a |
Signed-off-by: Phil Sutter <psutter@redhat.com>
|
|
|
05e71a |
---
|
|
|
05e71a |
ethertypes | 10 ++++++----
|
|
|
05e71a |
1 file changed, 6 insertions(+), 4 deletions(-)
|
|
|
05e71a |
|
|
|
05e71a |
diff --git a/ethertypes b/ethertypes
|
|
|
05e71a |
index 5e700f6639879..813177b74588c 100644
|
|
|
05e71a |
--- a/ethertypes
|
|
|
05e71a |
+++ b/ethertypes
|
|
|
05e71a |
@@ -5,6 +5,7 @@
|
|
|
05e71a |
#
|
|
|
05e71a |
# This list could be found on:
|
|
|
05e71a |
# http://www.iana.org/assignments/ethernet-numbers
|
|
|
05e71a |
+# http://www.iana.org/assignments/ieee-802-numbers
|
|
|
05e71a |
#
|
|
|
05e71a |
# <name> <hexnumber> <alias1>...<alias35> #Comment
|
|
|
05e71a |
#
|
|
|
05e71a |
@@ -21,15 +22,16 @@ LAT 6004 # DEC LAT
|
|
|
05e71a |
DIAG 6005 # DEC Diagnostics
|
|
|
05e71a |
CUST 6006 # DEC Customer use
|
|
|
05e71a |
SCA 6007 # DEC Systems Comms Arch
|
|
|
05e71a |
-TEB 6558 # Trans Ether Bridging [RFC1701]
|
|
|
05e71a |
-RAW_FR 6559 # Raw Frame Relay [RFC1701]
|
|
|
05e71a |
+TEB 6558 # Trans Ether Bridging [RFC1701]
|
|
|
05e71a |
+RAW_FR 6559 # Raw Frame Relay [RFC1701]
|
|
|
05e71a |
+RARP 8035 # Reverse ARP [RFC903]
|
|
|
05e71a |
AARP 80F3 # Appletalk AARP
|
|
|
05e71a |
-ATALK 809B # Appletalk
|
|
|
05e71a |
+ATALK 809B # Appletalk
|
|
|
05e71a |
802_1Q 8100 8021q 1q 802.1q dot1q # 802.1Q Virtual LAN tagged frame
|
|
|
05e71a |
IPX 8137 # Novell IPX
|
|
|
05e71a |
NetBEUI 8191 # NetBEUI
|
|
|
05e71a |
IPv6 86DD ip6 # IP version 6
|
|
|
05e71a |
-PPP 880B # PPP
|
|
|
05e71a |
+PPP 880B # PPP
|
|
|
05e71a |
ATMMPOA 884C # MultiProtocol over ATM
|
|
|
05e71a |
PPP_DISC 8863 # PPPoE discovery messages
|
|
|
05e71a |
PPP_SES 8864 # PPPoE session messages
|
|
|
05e71a |
--
|
|
|
05e71a |
2.21.0
|
|
|
05e71a |
|