Skip to content

Commit

Permalink
ethernet: Add a couple more Ethertypes.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pgiffuni committed Feb 5, 2020
1 parent 858e8e4 commit abfc5e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/net/ethernet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit abfc5e8

Please sign in to comment.