summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2023-01-02 15:36:44 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2023-01-02 15:36:44 +0100
commitaf026c2db0e813cc2a02c6c7222038e2a399a13f (patch)
treeeaad93108798b707de5e3cebc10337383293ec32 /include
parentb56c826e673d37980e6e8b65eeb2a50680f33162 (diff)
src: add gretap support
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-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;