瀏覽代碼

netinet/if_ether.h: add ETH_P_MRP from linux v5.8

Ethernet protocol number for media redundancy protocol, see

  linux commit 4714d13791f831d253852c8b5d657270becb8b2a
  bridge: uapi: mrp: Add mrp attributes.
Szabolcs Nagy 4 年之前
父節點
當前提交
f035c7b1e6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/netinet/if_ether.h

+ 1 - 0
include/netinet/if_ether.h

@@ -59,6 +59,7 @@
 #define ETH_P_PREAUTH	0x88C7
 #define ETH_P_TIPC	0x88CA
 #define ETH_P_LLDP	0x88CC
+#define ETH_P_MRP	0x88E3
 #define ETH_P_MACSEC	0x88E5
 #define ETH_P_8021AH	0x88E7
 #define ETH_P_MVRP	0x88F5