diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-02-26 16:25:55 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-02-26 16:25:55 +0100 |
| commit | ee7b95167028fdbb2a4bd32aa686e27817d8dfe0 (patch) | |
| tree | f7a1abab0400789979f860dda724247a9bbbdef1 /libnm-core/nm-setting-ip6-config.h | |
| parent | c1b3616485604f3fddfad9521cb8818cd8eece2b (diff) | |
| parent | e536d40eaea5dcdc0743b0a5e8e17faa46608a50 (diff) | |
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latest
Diffstat (limited to 'libnm-core/nm-setting-ip6-config.h')
| -rw-r--r-- | libnm-core/nm-setting-ip6-config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-ip6-config.h b/libnm-core/nm-setting-ip6-config.h index 86a39a8e..4173c3b0 100644 --- a/libnm-core/nm-setting-ip6-config.h +++ b/libnm-core/nm-setting-ip6-config.h @@ -31,6 +31,8 @@ G_BEGIN_DECLS #define NM_SETTING_IP6_CONFIG_DHCP_DUID "dhcp-duid" +#define NM_SETTING_IP6_CONFIG_RA_TIMEOUT "ra-timeout" + /** * NM_SETTING_IP6_CONFIG_METHOD_IGNORE: * @@ -159,6 +161,8 @@ NM_AVAILABLE_IN_1_4 const char *nm_setting_ip6_config_get_token (NMSettingIP6Config *setting); NM_AVAILABLE_IN_1_12 const char *nm_setting_ip6_config_get_dhcp_duid (NMSettingIP6Config *setting); +NM_AVAILABLE_IN_1_22_8 +gint32 nm_setting_ip6_config_get_ra_timeout (NMSettingIP6Config *setting); G_END_DECLS |