summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ip-tunnel.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-12-16 11:31:58 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2015-12-19 12:06:33 +0100
commit1ff712d5d02295d90cbad97125443bdb4bb71dc4 (patch)
tree4c7b54d5c4004a2979e93d1e7f94f1bfb6168be5 /libnm-core/nm-setting-ip-tunnel.h
parent8c27a370ff70430225bd6a2408e32e332f872f2e (diff)
downloadNetworkManager-1ff712d5d02295d90cbad97125443bdb4bb71dc4.tar.gz
ip-tunnel: add a MTU property
Add a new ip-tunnel.mtu property which can be used to change the MTU of the tunnel interface.
Diffstat (limited to 'libnm-core/nm-setting-ip-tunnel.h')
-rw-r--r--libnm-core/nm-setting-ip-tunnel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-ip-tunnel.h b/libnm-core/nm-setting-ip-tunnel.h
index a07bd50db0..09814f350c 100644
--- a/libnm-core/nm-setting-ip-tunnel.h
+++ b/libnm-core/nm-setting-ip-tunnel.h
@@ -49,6 +49,7 @@ G_BEGIN_DECLS
#define NM_SETTING_IP_TUNNEL_OUTPUT_KEY "output-key"
#define NM_SETTING_IP_TUNNEL_ENCAPSULATION_LIMIT "encapsulation-limit"
#define NM_SETTING_IP_TUNNEL_FLOW_LABEL "flow-label"
+#define NM_SETTING_IP_TUNNEL_MTU "mtu"
struct _NMSettingIPTunnel {
NMSetting parent;
@@ -89,6 +90,8 @@ NM_AVAILABLE_IN_1_2
guint nm_setting_ip_tunnel_get_encapsulation_limit (NMSettingIPTunnel *setting);
NM_AVAILABLE_IN_1_2
guint nm_setting_ip_tunnel_get_flow_label (NMSettingIPTunnel *setting);
+NM_AVAILABLE_IN_1_2
+guint nm_setting_ip_tunnel_get_mtu (NMSettingIPTunnel *setting);
G_END_DECLS