config |
string |
|
The JSON configuration for the team port. 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. |
lacp-key |
int32 |
-1 |
Corresponds to the teamd ports.PORTIFNAME.lacp_key. |
lacp-prio |
int32 |
-1 |
Corresponds to the teamd ports.PORTIFNAME.lacp_prio. |
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. |
prio |
int32 |
0 |
Corresponds to the teamd ports.PORTIFNAME.prio. |
queue-id |
int32 |
-1 |
Corresponds to the teamd ports.PORTIFNAME.queue_id. When set to -1 means the parameter is skipped from the json config. |
sticky |
boolean |
FALSE |
Corresponds to the teamd ports.PORTIFNAME.sticky. |