Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bridge: uapi: cfm: Added EtherType used by the CFM protocol.

This EtherType is used by all CFM protocal frames transmitted
according to 802.1Q section 12.14.

Signed-off-by: Henrik Bjoernlund <henrik.bjoernlund@microchip.com>
Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Henrik Bjoernlund and committed by
Jakub Kicinski
fbaedb41 f323aa54

+1
+1
include/uapi/linux/if_ether.h
··· 99 99 #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ 100 100 #define ETH_P_NCSI 0x88F8 /* NCSI protocol */ 101 101 #define ETH_P_PRP 0x88FB /* IEC 62439-3 PRP/HSRv0 */ 102 + #define ETH_P_CFM 0x8902 /* Connectivity Fault Management */ 102 103 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */ 103 104 #define ETH_P_IBOE 0x8915 /* Infiniband over Ethernet */ 104 105 #define ETH_P_TDLS 0x890D /* TDLS */