summaryrefslogtreecommitdiff
path: root/libnm-core/nm-core-internal.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-09-01 14:06:00 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-12-01 17:39:40 +0100
commitae8c7a8967c6f91aeeea75a37cd3d14bf0edb67d (patch)
tree5d1f2002b7d6af2bd54401ed19b146626e2c4246 /libnm-core/nm-core-internal.h
parent13a981fc389eb7622df8d3b7015c4fff954c60bc (diff)
downloadNetworkManager-ae8c7a8967c6f91aeeea75a37cd3d14bf0edb67d.tar.gz
libnm-core: add NMSettingIPTunnel
Add a generic NMSettingTunnel which describes properties of tunnels over IPv4 and IPv6 (GRE, SIT, IPIP, IPIP6, IP6GRE, etc.). Since those tunnel types all have similar properties it makes sense to have a single setting type for them.
Diffstat (limited to 'libnm-core/nm-core-internal.h')
-rw-r--r--libnm-core/nm-core-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-core/nm-core-internal.h b/libnm-core/nm-core-internal.h
index d1b0992900..c1eea777f2 100644
--- a/libnm-core/nm-core-internal.h
+++ b/libnm-core/nm-core-internal.h
@@ -49,6 +49,7 @@
#include "nm-setting-generic.h"
#include "nm-setting-gsm.h"
#include "nm-setting-infiniband.h"
+#include "nm-setting-ip-tunnel.h"
#include "nm-setting-ip4-config.h"
#include "nm-setting-ip6-config.h"
#include "nm-setting-olpc-mesh.h"