summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
authorNikolay Martynov <mar.kolya@gmail.com>2016-03-26 01:26:36 -0400
committerThomas Haller <thaller@redhat.com>2016-03-31 16:31:34 +0200
commit28e9ec499a7517f35cc5093e9b545302094e55d4 (patch)
tree2f259836fcf248676e2604c66a58b2c0d1b622b2 /src/devices/nm-device.h
parent4db69c5b520c15f25390a5b9c26db53c6397e5c8 (diff)
downloadNetworkManager-28e9ec499a7517f35cc5093e9b545302094e55d4.tar.gz
device: renew dhcp leases on awake for software devices
This makes sure that devices like bond get their dhcp renewed [thaller@redhat.com: original patch modified to rename now-public function update_dynamic_ip_setup()] https://bugzilla.gnome.org/show_bug.cgi?id=764398
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index ce715e68d2..f5983c727c 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -564,6 +564,7 @@ void nm_device_reactivate_ip6_config (NMDevice *device,
void nm_device_update_hw_address (NMDevice *self);
void nm_device_update_initial_hw_address (NMDevice *self);
+void nm_device_update_dynamic_ip_setup (NMDevice *self);
G_END_DECLS