From a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 28 Jun 2020 18:58:14 +0200 Subject: New upstream version 1.25.90 --- docs/libnm/html/NMSettingBridge.html | 441 +++++++++++++++++++++++++++++++++-- 1 file changed, 423 insertions(+), 18 deletions(-) (limited to 'docs/libnm/html/NMSettingBridge.html') diff --git a/docs/libnm/html/NMSettingBridge.html b/docs/libnm/html/NMSettingBridge.html index 1fc07813..ef2ba182 100644 --- a/docs/libnm/html/NMSettingBridge.html +++ b/docs/libnm/html/NMSettingBridge.html @@ -340,6 +340,78 @@ nm_setting_bridge_get_multicast_querier () + + +guint32 + + +nm_setting_bridge_get_multicast_hash_max () + + + + +guint32 + + +nm_setting_bridge_get_multicast_last_member_count () + + + + +guint64 + + +nm_setting_bridge_get_multicast_last_member_interval () + + + + +guint64 + + +nm_setting_bridge_get_multicast_membership_interval () + + + + +guint64 + + +nm_setting_bridge_get_multicast_querier_interval () + + + + +guint64 + + +nm_setting_bridge_get_multicast_query_interval () + + + + +guint64 + + +nm_setting_bridge_get_multicast_query_response_interval () + + + + +guint32 + + +nm_setting_bridge_get_multicast_startup_query_count () + + + + +guint64 + + +nm_setting_bridge_get_multicast_startup_query_interval () + + @@ -389,6 +461,22 @@ #define +NM_SETTING_BRIDGE_MULTICAST_HASH_MAX + + +#define +NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_COUNT + + +#define +NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL + + +#define +NM_SETTING_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL + + +#define NM_SETTING_BRIDGE_MULTICAST_SNOOPING @@ -401,10 +489,30 @@ #define +NM_SETTING_BRIDGE_MULTICAST_QUERIER_INTERVAL + + +#define +NM_SETTING_BRIDGE_MULTICAST_QUERY_INTERVAL + + +#define +NM_SETTING_BRIDGE_MULTICAST_QUERY_RESPONSE_INTERVAL + + +#define NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR #define +NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT + + +#define +NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_INTERVAL + + +#define NM_SETTING_BRIDGE_VLAN_FILTERING @@ -1545,6 +1653,249 @@ nm_setting_bridge_get_multicast_querier

Since 1.24

+
+
+

nm_setting_bridge_get_multicast_hash_max ()

+
guint32
+nm_setting_bridge_get_multicast_hash_max
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-hash-max” property of the setting

+

Since 1.26

+
+
+
+
+

nm_setting_bridge_get_multicast_last_member_count ()

+
guint32
+nm_setting_bridge_get_multicast_last_member_count
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-last-member-count” property of the setting

+

Since 1.26

+
+
+
+
+

nm_setting_bridge_get_multicast_last_member_interval ()

+
guint64
+nm_setting_bridge_get_multicast_last_member_interval
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-last-member-interval” property of the setting

+

Since 1.26

+
+
+
+
+

nm_setting_bridge_get_multicast_membership_interval ()

+
guint64
+nm_setting_bridge_get_multicast_membership_interval
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-membership-interval” property of the setting

+

Since 1.26

+
+
+
+
+

nm_setting_bridge_get_multicast_querier_interval ()

+
guint64
+nm_setting_bridge_get_multicast_querier_interval
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-querier-interval” property of the setting

+

Since 1.26

+
+
+
+
+

nm_setting_bridge_get_multicast_query_interval ()

+
guint64
+nm_setting_bridge_get_multicast_query_interval
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-query-interval” property of the setting

+

Since 1.26

+
+
+
+
+

nm_setting_bridge_get_multicast_query_response_interval ()

+
guint64
+nm_setting_bridge_get_multicast_query_response_interval
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-query-response-interval” property of the setting

+

Since 1.26

+
+
+
+
+

nm_setting_bridge_get_multicast_startup_query_count ()

+
guint32
+nm_setting_bridge_get_multicast_startup_query_count
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-query-response-interval” property of the setting

+

Since 1.26

+
+
+
+
+

nm_setting_bridge_get_multicast_startup_query_interval ()

+
guint64
+nm_setting_bridge_get_multicast_startup_query_interval
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-startup-query-interval” property of the setting

+

Since 1.26

+
+

Types and Values

@@ -1556,109 +1907,163 @@ nm_setting_bridge_get_multicast_querier

NM_SETTING_BRIDGE_MAC_ADDRESS

-
#define NM_SETTING_BRIDGE_MAC_ADDRESS                     "mac-address"
+
#define NM_SETTING_BRIDGE_MAC_ADDRESS                       "mac-address"
 

NM_SETTING_BRIDGE_STP

-
#define NM_SETTING_BRIDGE_STP                             "stp"
+
#define NM_SETTING_BRIDGE_STP                               "stp"
 

NM_SETTING_BRIDGE_PRIORITY

-
#define NM_SETTING_BRIDGE_PRIORITY                        "priority"
+
#define NM_SETTING_BRIDGE_PRIORITY                          "priority"
 

NM_SETTING_BRIDGE_FORWARD_DELAY

-
#define NM_SETTING_BRIDGE_FORWARD_DELAY                   "forward-delay"
+
#define NM_SETTING_BRIDGE_FORWARD_DELAY                     "forward-delay"
 

NM_SETTING_BRIDGE_HELLO_TIME

-
#define NM_SETTING_BRIDGE_HELLO_TIME                      "hello-time"
+
#define NM_SETTING_BRIDGE_HELLO_TIME                        "hello-time"
 

NM_SETTING_BRIDGE_MAX_AGE

-
#define NM_SETTING_BRIDGE_MAX_AGE                         "max-age"
+
#define NM_SETTING_BRIDGE_MAX_AGE                           "max-age"
 

NM_SETTING_BRIDGE_AGEING_TIME

-
#define NM_SETTING_BRIDGE_AGEING_TIME                     "ageing-time"
+
#define NM_SETTING_BRIDGE_AGEING_TIME                       "ageing-time"
 

NM_SETTING_BRIDGE_GROUP_FORWARD_MASK

-
#define NM_SETTING_BRIDGE_GROUP_FORWARD_MASK              "group-forward-mask"
+
#define NM_SETTING_BRIDGE_GROUP_FORWARD_MASK                "group-forward-mask"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_HASH_MAX

+
#define NM_SETTING_BRIDGE_MULTICAST_HASH_MAX                "multicast-hash-max"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_COUNT

+
#define NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_COUNT       "multicast-last-member-count"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL

+
#define NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL    "multicast-last-member-interval"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL

+
#define NM_SETTING_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL     "multicast-membership-interval"
 

NM_SETTING_BRIDGE_MULTICAST_SNOOPING

-
#define NM_SETTING_BRIDGE_MULTICAST_SNOOPING              "multicast-snooping"
+
#define NM_SETTING_BRIDGE_MULTICAST_SNOOPING                "multicast-snooping"
 

NM_SETTING_BRIDGE_MULTICAST_ROUTER

-
#define NM_SETTING_BRIDGE_MULTICAST_ROUTER                "multicast-router"
+
#define NM_SETTING_BRIDGE_MULTICAST_ROUTER                  "multicast-router"
 

NM_SETTING_BRIDGE_MULTICAST_QUERIER

-
#define NM_SETTING_BRIDGE_MULTICAST_QUERIER               "multicast-querier"
+
#define NM_SETTING_BRIDGE_MULTICAST_QUERIER                 "multicast-querier"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_QUERIER_INTERVAL

+
#define NM_SETTING_BRIDGE_MULTICAST_QUERIER_INTERVAL        "multicast-querier-interval"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_QUERY_INTERVAL

+
#define NM_SETTING_BRIDGE_MULTICAST_QUERY_INTERVAL          "multicast-query-interval"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_QUERY_RESPONSE_INTERVAL

+
#define NM_SETTING_BRIDGE_MULTICAST_QUERY_RESPONSE_INTERVAL "multicast-query-response-interval"
 

NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR

-
#define NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR      "multicast-query-use-ifaddr"
+
#define NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR        "multicast-query-use-ifaddr"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT

+
#define NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT     "multicast-startup-query-count"
+
+
+
+
+

NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_INTERVAL

+
#define NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_INTERVAL  "multicast-startup-query-interval"
 

NM_SETTING_BRIDGE_VLAN_FILTERING

-
#define NM_SETTING_BRIDGE_VLAN_FILTERING                  "vlan-filtering"
+
#define NM_SETTING_BRIDGE_VLAN_FILTERING                    "vlan-filtering"
 

NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID

-
#define NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID               "vlan-default-pvid"
+
#define NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID                 "vlan-default-pvid"
 

NM_SETTING_BRIDGE_VLANS

-
#define NM_SETTING_BRIDGE_VLANS                           "vlans"
+
#define NM_SETTING_BRIDGE_VLANS                             "vlans"
 

NM_SETTING_BRIDGE_GROUP_ADDRESS

-
#define NM_SETTING_BRIDGE_GROUP_ADDRESS                   "group-address"
+
#define NM_SETTING_BRIDGE_GROUP_ADDRESS                     "group-address"
 

NM_SETTING_BRIDGE_VLAN_PROTOCOL

-
#define NM_SETTING_BRIDGE_VLAN_PROTOCOL                   "vlan-protocol"
+
#define NM_SETTING_BRIDGE_VLAN_PROTOCOL                     "vlan-protocol"
 

NM_SETTING_BRIDGE_VLAN_STATS_ENABLED

-
#define NM_SETTING_BRIDGE_VLAN_STATS_ENABLED              "vlan-stats-enabled"
+
#define NM_SETTING_BRIDGE_VLAN_STATS_ENABLED                "vlan-stats-enabled"
 

-- cgit 1.3.0-6-gf8a5