link_watchers


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.12" ) ]
public GenericArray<TeamLinkWatcher> link_watchers { owned get; set; }

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.