From 05e4a733f2141995181a551854d5df929f084adf Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 9 Aug 2023 21:55:35 +0200 Subject: New upstream version 1.44.0 --- docs/libnm/html/NMSettingBond.html | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) (limited to 'docs/libnm/html/NMSettingBond.html') diff --git a/docs/libnm/html/NMSettingBond.html b/docs/libnm/html/NMSettingBond.html index 194bf4f7..acc1aa7b 100644 --- a/docs/libnm/html/NMSettingBond.html +++ b/docs/libnm/html/NMSettingBond.html @@ -250,6 +250,18 @@ #define NM_SETTING_BOND_OPTION_PEER_NOTIF_DELAY + +#define +NM_SETTING_BOND_OPTION_ARP_MISSED_MAX + + +#define +NM_SETTING_BOND_OPTION_LACP_ACTIVE + + +#define +NM_SETTING_BOND_OPTION_NS_IP6_TARGET + @@ -508,7 +520,7 @@ the name

value

the value of the option to validate.

-[allow-none] +[nullable] @@ -540,14 +552,14 @@ nm_setting_bond_get_valid_options (

setting

the NMSettingBond.

-[allow-none] +[nullable]

Returns

a NULL-terminated array of strings of valid bond options.

-

[transfer none]

+

[transfer none][nullable]


@@ -808,6 +820,24 @@ to the connection.

#define NM_SETTING_BOND_OPTION_PEER_NOTIF_DELAY  "peer_notif_delay"
 
+
+
+

NM_SETTING_BOND_OPTION_ARP_MISSED_MAX

+
#define NM_SETTING_BOND_OPTION_ARP_MISSED_MAX    "arp_missed_max"
+
+
+
+
+

NM_SETTING_BOND_OPTION_LACP_ACTIVE

+
#define NM_SETTING_BOND_OPTION_LACP_ACTIVE       "lacp_active"
+
+
+
+
+

NM_SETTING_BOND_OPTION_NS_IP6_TARGET

+
#define NM_SETTING_BOND_OPTION_NS_IP6_TARGET     "ns_ip6_target"
+
+