summaryrefslogtreecommitdiff
path: root/src/libnm-platform/nm-platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-platform/nm-platform.h')
-rw-r--r--src/libnm-platform/nm-platform.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libnm-platform/nm-platform.h b/src/libnm-platform/nm-platform.h
index bcea5172f8..9b711254c9 100644
--- a/src/libnm-platform/nm-platform.h
+++ b/src/libnm-platform/nm-platform.h
@@ -2386,4 +2386,10 @@ nm_platform_mptcp_addr_update(NMPlatform *self, NMOptionBool add, const NMPlatfo
GPtrArray *nm_platform_mptcp_addrs_dump(NMPlatform *self);
+gboolean nm_platform_ip6_dadfailed_check(NMPlatform *self, int ifindex, const struct in6_addr *ip6);
+void nm_platform_ip6_dadfailed_set(NMPlatform *self,
+ int ifindex,
+ const struct in6_addr *ip6,
+ gboolean failed);
+
#endif /* __NETWORKMANAGER_PLATFORM_H__ */