summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index c2c973f3..3a20ff8c 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -99,6 +99,7 @@ enum proto_desc_id {
PROTO_DESC_VXLAN,
PROTO_DESC_GENEVE,
PROTO_DESC_GRE,
+ PROTO_DESC_GRETAP,
__PROTO_DESC_MAX
};
#define PROTO_DESC_MAX (__PROTO_DESC_MAX - 1)
@@ -424,6 +425,7 @@ enum gre_hdr_fields {
extern const struct proto_desc proto_vxlan;
extern const struct proto_desc proto_geneve;
extern const struct proto_desc proto_gre;
+extern const struct proto_desc proto_gretap;
extern const struct proto_desc proto_icmp;
extern const struct proto_desc proto_igmp;