From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl
#define NM_SETTING_TEAM_RUNNER_DEFAULT NM_SETTING_TEAM_RUNNER_ROUNDROBIN +#define NM_SETTING_TEAM_RUNNER_DEFAULT NM_SETTING_TEAM_RUNNER_ROUNDROBIN
#define NM_SETTING_TEAM_RUNNER_HWADDR_POLICY_DEFAULT NM_SETTING_TEAM_RUNNER_HWADDR_POLICY_SAME_ALL +#define NM_SETTING_TEAM_RUNNER_HWADDR_POLICY_DEFAULT NM_SETTING_TEAM_RUNNER_HWADDR_POLICY_SAME_ALL
#define NM_SETTING_TEAM_RUNNER_TX_BALANCER_INTERVAL_DEFAULT 50 +#define NM_SETTING_TEAM_RUNNER_TX_BALANCER_INTERVAL_DEFAULT 50
#define NM_SETTING_TEAM_RUNNER_SYS_PRIO_DEFAULT 65535 +#define NM_SETTING_TEAM_RUNNER_SYS_PRIO_DEFAULT 65535
#define NM_SETTING_TEAM_RUNNER_AGG_SELECT_POLICY_DEFAULT NM_SETTING_TEAM_RUNNER_AGG_SELECT_POLICY_LACP_PRIO -+
#define NM_SETTING_TEAM_RUNNER_AGG_SELECT_POLICY_DEFAULT
Since: 1.12
@@ -779,7 +779,7 @@ target address in the NS packetSince: 1.12
@@ -847,7 +847,7 @@ address in the arp requestSince: 1.12
@@ -921,7 +921,7 @@ address in the arp requestSince: 1.16
@@ -1035,7 +1035,7 @@ nm_team_link_watcher_dup (const Returns
a copy of watcher
.
-[transfer full]
+[transfer full]
Since: 1.12
@@ -1283,7 +1283,7 @@ nm_setting_team_new (void<
@@ -1881,7 +1881,7 @@ nm_setting_team_get_link_watcher (Returns
the link watcher at index idx
.
-[transfer none]
+[transfer none]
Since: 1.12
@@ -2318,7 +2318,7 @@ option 'validate_inactive' is enabled (set to true).
Property Details
The “config” property
- “config” gchar *
+ “config” char *
The JSON configuration for the team network interface. The property
should contain raw JSON configuration data suitable for teamd, because
the value is passed directly to teamd. If not specified, the default
@@ -2347,7 +2347,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',
The “mcast-rejoin-count” property
- “mcast-rejoin-count” gint
+ “mcast-rejoin-count” int
Corresponds to the teamd mcast_rejoin.count.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2357,7 +2357,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',
The “mcast-rejoin-interval” property
- “mcast-rejoin-interval” gint
+ “mcast-rejoin-interval” int
Corresponds to the teamd mcast_rejoin.interval.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2367,7 +2367,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',
The “notify-peers-count” property
- “notify-peers-count” gint
+ “notify-peers-count” int
Corresponds to the teamd notify_peers.count.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2377,7 +2377,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',
The “notify-peers-interval” property
- “notify-peers-interval” gint
+ “notify-peers-interval” int
Corresponds to the teamd notify_peers.interval.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2387,7 +2387,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',
The “runner” property
- “runner” gchar *
+ “runner” char *
Corresponds to the teamd runner.name.
Permitted values are: "roundrobin", "broadcast", "activebackup",
"loadbalance", "lacp", "random".
@@ -2409,7 +2409,7 @@ Permitted values are: "roundrobin", "broadcast", "activebackup",
The “runner-agg-select-policy” property
- “runner-agg-select-policy” gchar *
+ “runner-agg-select-policy” char *
Corresponds to the teamd runner.agg_select_policy.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2429,7 +2429,7 @@ Permitted values are: "roundrobin", "broadcast", "activebackup",
The “runner-hwaddr-policy” property
- “runner-hwaddr-policy” gchar *
+ “runner-hwaddr-policy” char *
Corresponds to the teamd runner.hwaddr_policy.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2439,7 +2439,7 @@ Permitted values are: "roundrobin", "broadcast", "activebackup",
The “runner-min-ports” property
- “runner-min-ports” gint
+ “runner-min-ports” int
Corresponds to the teamd runner.min_ports.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2449,7 +2449,7 @@ Permitted values are: "roundrobin", "broadcast", "activebackup",
The “runner-sys-prio” property
- “runner-sys-prio” gint
+ “runner-sys-prio” int
Corresponds to the teamd runner.sys_prio.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2459,7 +2459,7 @@ Permitted values are: "roundrobin", "broadcast", "activebackup",
The “runner-tx-balancer” property
- “runner-tx-balancer” gchar *
+ “runner-tx-balancer” char *
Corresponds to the teamd runner.tx_balancer.name.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2469,7 +2469,7 @@ Permitted values are: "roundrobin", "broadcast", "activebackup",
The “runner-tx-balancer-interval” property
- “runner-tx-balancer-interval” gint
+ “runner-tx-balancer-interval” int
Corresponds to the teamd runner.tx_balancer.interval.
Owner: NMSettingTeam
Flags: Read / Write
@@ -2488,6 +2488,6 @@ Permitted values are: "roundrobin", "broadcast", "activebackup",
+
Generated by GTK-Doc V1.33.1