diff options
author | 2022-02-28 14:30:28 +0100 | |
---|---|---|
committer | 2022-03-01 18:29:27 -0800 | |
commit | dd0ca255f3d27a1bb43d8e9529fb3645f9a341a3 (patch) | |
tree | 5310a5123866ee101a0d28f78aa415f4158b8107 /include/uapi/linux/if_ether.h | |
parent | macvtap: advertise link netns via netlink (diff) | |
download | linux-dev-dd0ca255f3d27a1bb43d8e9529fb3645f9a341a3.tar.xz linux-dev-dd0ca255f3d27a1bb43d8e9529fb3645f9a341a3.zip |
if_ether.h: add PROFINET Ethertype
Add the Ethertype for PROFINET protocol.
Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | include/uapi/linux/if_ether.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h index c0c2f3ed5729..4f4ed35a16db 100644 --- a/include/uapi/linux/if_ether.h +++ b/include/uapi/linux/if_ether.h @@ -86,6 +86,7 @@ * over Ethernet */ #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ +#define ETH_P_PROFINET 0x8892 /* PROFINET */ #define ETH_P_REALTEK 0x8899 /* Multiple proprietary protocols */ #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ #define ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */ |