diff options
author | Sabrina Dubroca <sd@queasysnail.net> | 2016-03-11 18:07:31 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-13 22:40:24 -0400 |
commit | dece8d2b78d19df7fe5e4e965f1f0d1a3e188d1b (patch) | |
tree | 5e94625eac5d6cc3dbb16006c9b12d1da32a7717 /include/uapi/linux/if_ether.h | |
parent | f3c986908cc3b369b57f75de306c635a0074b76b (diff) | |
download | linux-dece8d2b78d19df7fe5e4e965f1f0d1a3e188d1b.tar.gz |
uapi: add MACsec bits
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/if_ether.h')
-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 ea9221b0331a..4a93051c578c 100644 --- a/include/uapi/linux/if_ether.h +++ b/include/uapi/linux/if_ether.h @@ -83,6 +83,7 @@ #define ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */ #define ETH_P_802_EX1 0x88B5 /* 802.1 Local Experimental 1. */ #define ETH_P_TIPC 0x88CA /* TIPC */ +#define ETH_P_MACSEC 0x88E5 /* 802.1ae MACsec */ #define ETH_P_8021AH 0x88E7 /* 802.1ah Backbone Service Tag */ #define ETH_P_MVRP 0x88F5 /* 802.1Q MVRP */ #define ETH_P_1588 0x88F7 /* IEEE 1588 Timesync */ |