aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2017-08-23 10:05:08 -0700
committerStephen Hemminger <stephen@networkplumber.org>2017-08-23 10:05:08 -0700
commitfb14560b76597480b570112077bf18d42f5fe87d (patch)
treed77a957792d844fc54536001a15cdbe1449a9191 /include
parent5f1df307b47f7f0b28a29d85418a3934cc3a83b2 (diff)
downloadplatform_external_iproute2-fb14560b76597480b570112077bf18d42f5fe87d.tar.gz
platform_external_iproute2-fb14560b76597480b570112077bf18d42f5fe87d.tar.bz2
platform_external_iproute2-fb14560b76597480b570112077bf18d42f5fe87d.zip
add ERSPAN headers
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/if_ether.h1
-rw-r--r--include/linux/if_tunnel.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h
index b7d3beb5..aa2ba16e 100644
--- a/include/linux/if_ether.h
+++ b/include/linux/if_ether.h
@@ -66,6 +66,7 @@
#define ETH_P_ATALK 0x809B /* Appletalk DDP */
#define ETH_P_AARP 0x80F3 /* Appletalk AARP */
#define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */
+#define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */
#define ETH_P_IPX 0x8137 /* IPX over DIX */
#define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
#define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */
diff --git a/include/linux/if_tunnel.h b/include/linux/if_tunnel.h
index 7375335a..21834cac 100644
--- a/include/linux/if_tunnel.h
+++ b/include/linux/if_tunnel.h
@@ -134,6 +134,7 @@ enum {
IFLA_GRE_COLLECT_METADATA,
IFLA_GRE_IGNORE_DF,
IFLA_GRE_FWMARK,
+ IFLA_GRE_ERSPAN_INDEX,
__IFLA_GRE_MAX,
};