config |
string |
|
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 configuration is used. See man teamd.conf for the format details. |
interface-name |
string |
|
Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the team's interface name. |
link-watchers |
array of vardict |
|
Link watchers configuration for the connection: each link watcher is defined by a dictionary, whose keys depend upon the selected link watcher. Available link watchers are 'ethtool', 'nsna_ping' and 'arp_ping' and it is specified in the dictionary with the key 'name'. Available keys are: ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-inactive', 'send-always'. See teamd.conf man for more details. |
mcast-rejoin-count |
int32 |
-1 |
Corresponds to the teamd mcast_rejoin.count. |
mcast-rejoin-interval |
int32 |
-1 |
Corresponds to the teamd mcast_rejoin.interval. |
notify-peers-count |
int32 |
-1 |
Corresponds to the teamd notify_peers.count. |
notify-peers-interval |
int32 |
-1 |
Corresponds to the teamd notify_peers.interval. |
runner |
string |
|
Corresponds to the teamd runner.name. Permitted values are: "roundrobin", "broadcast", "activebackup", "loadbalance", "lacp", "random". |
runner-active |
boolean |
TRUE |
Corresponds to the teamd runner.active. |
runner-agg-select-policy |
string |
|
Corresponds to the teamd runner.agg_select_policy. |
runner-fast-rate |
boolean |
FALSE |
Corresponds to the teamd runner.fast_rate. |
runner-hwaddr-policy |
string |
|
Corresponds to the teamd runner.hwaddr_policy. |
runner-min-ports |
int32 |
-1 |
Corresponds to the teamd runner.min_ports. |
runner-sys-prio |
int32 |
-1 |
Corresponds to the teamd runner.sys_prio. |
runner-tx-balancer |
string |
|
Corresponds to the teamd runner.tx_balancer.name. |
runner-tx-balancer-interval |
int32 |
-1 |
Corresponds to the teamd runner.tx_balancer.interval. |
runner-tx-hash |
array of string |
|
Corresponds to the teamd runner.tx_hash. |