backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / lib / packet / ether_types.py
1 # Copyright (C) 2012 Nippon Telegraph and Telephone Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #    http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12 # implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16
17 ETH_TYPE_IP = 0x0800
18 ETH_TYPE_ARP = 0x0806
19 ETH_TYPE_TEB = 0x6558
20 ETH_TYPE_8021Q = 0x8100
21 ETH_TYPE_IPV6 = 0x86dd
22 ETH_TYPE_SLOW = 0x8809
23 ETH_TYPE_MPLS = 0x8847
24 ETH_TYPE_8021AD = 0x88a8
25 ETH_TYPE_LLDP = 0x88cc
26 ETH_TYPE_8021AH = 0x88e7
27 ETH_TYPE_IEEE802_3 = 0x05dc
28 ETH_TYPE_CFM = 0x8902
29 ETH_TYPE_NSH = 0x894f  # RFC8300