summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2017-11-06 15:47:32 +0100
committerFrancesco Giudici <fgiudici@redhat.com>2017-12-08 00:46:26 +0100
commitca816ae10e5b7b12608aa50d70c8dded0d6218df (patch)
treed2ad084f36946eb9d35e7cd4b4fcd15ee272dd92 /clients
parentba4ce843fa796c3e99777743279187b8c95b4743 (diff)
downloadNetworkManager-ca816ae10e5b7b12608aa50d70c8dded0d6218df.tar.gz
libnm-core: team: expose the new link-watchers property
It will allow explicit configuration of link-watchers in the team configuration.
Diffstat (limited to 'clients')
-rw-r--r--clients/common/settings-docs.c.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/common/settings-docs.c.in b/clients/common/settings-docs.c.in
index 79cbb715b1..908a32f0b1 100644
--- a/clients/common/settings-docs.c.in
+++ b/clients/common/settings-docs.c.in
@@ -316,6 +316,7 @@
#define DESCRIBE_DOC_NM_SETTING_SERIAL_SEND_DELAY N_("Time to delay between each byte sent to the modem, in microseconds.")
#define DESCRIBE_DOC_NM_SETTING_SERIAL_STOPBITS N_("Number of stop bits for communication on the serial port. Either 1 or 2. The 1 in \"8n1\" for example.")
#define DESCRIBE_DOC_NM_SETTING_TEAM_CONFIG N_("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.")
+#define DESCRIBE_DOC_NM_SETTING_TEAM_LINK_WATCHERS N_("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-incative', 'send-always'. See teamd.conf man for more details.")
#define DESCRIBE_DOC_NM_SETTING_TEAM_MCAST_REJOIN_COUNT N_("Corresponds to the teamd mcast_rejoin.count.")
#define DESCRIBE_DOC_NM_SETTING_TEAM_MCAST_REJOIN_INTERVAL N_("Corresponds to the teamd mcast_rejoin.interval.")
#define DESCRIBE_DOC_NM_SETTING_TEAM_NAME N_("The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example \"ppp\" or \"wireless\" or \"wired\".")