ethernet: Add a couple more Ethertypes.

Powerlink and Sercos III are used in automation. Both have been standardized
and In the case of Ethernet Powerlink there is a BSD-licensed stack.
This commit is contained in:
Pedro F. Giffuni 2020-02-05 19:11:07 +00:00
parent 858e8e41dd
commit abfc5e8591
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357587

View File

@ -356,7 +356,9 @@ struct ether_vlan_header {
#define ETHERTYPE_AOE 0x88A2 /* ATA Protocol */
#define ETHERTYPE_ETHERCAT 0x88A4 /* EtherCat Protocol */
#define ETHERTYPE_QINQ 0x88A8 /* 802.1ad VLAN stacking */
#define ETHERTYPE_POWERLINK 0x88AB /* Ethernet Powerlink (EPL) */
#define ETHERTYPE_LLDP 0x88CC /* Link Layer Discovery Protocol */
#define ETHERTYPE_SERCOS 0x88CD /* SERCOS III Protocol */
#define ETHERTYPE_MACSEC 0x88E5 /* 802.1AE MAC Security */
#define ETHERTYPE_PBB 0x88E7 /* 802.1Q Provider Backbone Bridges */
#define ETHERTYPE_FCOE 0x8906 /* Fibre Channel over Ethernet */