diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2012-07-03 18:47:32 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2012-07-03 18:47:32 +0000 |
commit | 3af64300af5f375d311061070d582fe9af5ad859 (patch) | |
tree | fe509686c3599c64d795026efae557e95e5e8e47 | |
parent | 1a7e3fd95e395117fc468b10560a49a5716ef035 (diff) | |
download | ebtables-3af64300af5f375d311061070d582fe9af5ad859.tar.gz ebtables-3af64300af5f375d311061070d582fe9af5ad859.tar.bz2 ebtables-3af64300af5f375d311061070d582fe9af5ad859.zip |
add RARP and update iana url
-rw-r--r-- | ethertypes | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -5,6 +5,7 @@ # # This list could be found on: # http://www.iana.org/assignments/ethernet-numbers +# http://www.iana.org/assignments/ieee-802-numbers # # <name> <hexnumber> <alias1>...<alias35> #Comment # @@ -21,15 +22,16 @@ LAT 6004 # DEC LAT DIAG 6005 # DEC Diagnostics CUST 6006 # DEC Customer use SCA 6007 # DEC Systems Comms Arch -TEB 6558 # Trans Ether Bridging [RFC1701] -RAW_FR 6559 # Raw Frame Relay [RFC1701] +TEB 6558 # Trans Ether Bridging [RFC1701] +RAW_FR 6559 # Raw Frame Relay [RFC1701] +RARP 8035 # Reverse ARP [RFC903] AARP 80F3 # Appletalk AARP -ATALK 809B # Appletalk +ATALK 809B # Appletalk 802_1Q 8100 8021q 1q 802.1q dot1q # 802.1Q Virtual LAN tagged frame IPX 8137 # Novell IPX NetBEUI 8191 # NetBEUI IPv6 86DD ip6 # IP version 6 -PPP 880B # PPP +PPP 880B # PPP ATMMPOA 884C # MultiProtocol over ATM PPP_DISC 8863 # PPPoE discovery messages PPP_SES 8864 # PPPoE session messages |