summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ip-tunnel.c
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-05-07 10:15:10 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-05-28 15:03:20 +0200
commit28a39eda44007a9d060ff85041168b3d8a158a8e (patch)
treee93d378945f7d2ecf06dc0b87b4cfcca63a3c8c8 /src/devices/nm-device-ip-tunnel.c
parent27eb2b2f9773415ff51574d3e4974af7cb71b7ff (diff)
downloadNetworkManager-28a39eda44007a9d060ff85041168b3d8a158a8e.tar.gz
utils: add ifname argument to nm_utils_complete_generic()
It's a common thing to complete a connection with an interface name; adding it to the common path is goint to save as a few tens of lines later on.
Diffstat (limited to 'src/devices/nm-device-ip-tunnel.c')
-rw-r--r--src/devices/nm-device-ip-tunnel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/nm-device-ip-tunnel.c b/src/devices/nm-device-ip-tunnel.c
index 9627594748..f5de244f5c 100644
--- a/src/devices/nm-device-ip-tunnel.c
+++ b/src/devices/nm-device-ip-tunnel.c
@@ -421,6 +421,7 @@ complete_connection (NMDevice *device,
NULL,
_("IP tunnel connection"),
NULL,
+ NULL,
TRUE);
s_ip_tunnel = nm_connection_get_setting_ip_tunnel (connection);