summary refs log tree commit diff
path: root/src/core/devices/nm-device.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-03-07 21:30:42 +0100
committerMichael Biebl <biebl@debian.org>2022-03-07 21:30:42 +0100
commit4f887bccf1cde84106588536584a2d54a5b4e6e5 (patch)
tree454b1e2f3097b494dd9a4535815f382f214abf98 /src/core/devices/nm-device.h
parent4e966a21b9ef4fb910a5bd1a5699d404a65cfe55 (diff)
New upstream version 1.36.2 upstream/1.36.2
Diffstat (limited to 'src/core/devices/nm-device.h')
-rw-r--r--src/core/devices/nm-device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/devices/nm-device.h b/src/core/devices/nm-device.h
index cfcd4ade..a7badb86 100644
--- a/src/core/devices/nm-device.h
+++ b/src/core/devices/nm-device.h
@@ -444,6 +444,8 @@ NMDeviceType nm_device_get_device_type(NMDevice *dev);
 NMLinkType   nm_device_get_link_type(NMDevice *dev);
 NMMetered    nm_device_get_metered(NMDevice *dev);
 
+void nm_device_activation_state_set_preserve_external_ports(NMDevice *self, gboolean flag);
+
 guint32 nm_device_get_route_table(NMDevice *self, int addr_family);
 guint32 nm_device_get_route_metric(NMDevice *dev, int addr_family);