summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-06-26 10:45:35 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-07-02 17:55:14 +0200
commit4c2862b9589ceee651a69709681a546c09eb9607 (patch)
tree37a7c65c344435ae55073e001097e202252989db /src/nm-types.h
parentcdad8c6df926fc60e7e500009f43b3d6638f15ff (diff)
downloadNetworkManager-4c2862b9589ceee651a69709681a546c09eb9607.tar.gz
platform: add gretap tunnels support
Add platform support for GRETAP tunnels (Virtual L2 tunnel interface GRE over IPv4) partially reusing the existing GRE code.
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index a441a7a32d..e84e4826b6 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -194,6 +194,7 @@ typedef enum {
NMP_OBJECT_TYPE_TFILTER,
NMP_OBJECT_TYPE_LNK_GRE,
+ NMP_OBJECT_TYPE_LNK_GRETAP,
NMP_OBJECT_TYPE_LNK_INFINIBAND,
NMP_OBJECT_TYPE_LNK_IP6TNL,
NMP_OBJECT_TYPE_LNK_IPIP,