From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 12 Dec 2017 15:53:07 +0100 Subject: New upstream version 1.10.2 --- docs/api/settings-spec.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'docs/api/settings-spec.xml') diff --git a/docs/api/settings-spec.xml b/docs/api/settings-spec.xml index 45954f0b..7f238460 100644 --- a/docs/api/settings-spec.xml +++ b/docs/api/settings-spec.xml @@ -378,18 +378,46 @@ send-delaysend-delayuint640Time to delay between each byte sent to the modem, in microseconds. stopbitsstopbitsuint321Number of stop bits for communication on the serial port. Either 1 or 2. The 1 in "8n1" for example. + tcLinux Traffic Contril Settings. + Properties + Key NameValue TypeDefault ValueValue Description + namenamestringtcThe 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". + qdiscsqdiscsarray of vardict[]Array of TC queuening disciplines. + tfilterstfiltersarray of vardict[]Array of TC traffic filters. +
teamTeaming Settings Properties Key NameValue TypeDefault ValueValue DescriptionconfigconfigstringThe 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-nameinterface-namestringDeprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the team's interface name. + link-watcherslink-watchersarray 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-incative', 'send-always'. See teamd.conf man for more details. + mcast-rejoin-countmcast-rejoin-countint320Corresponds to the teamd mcast_rejoin.count. + mcast-rejoin-intervalmcast-rejoin-intervalint320Corresponds to the teamd mcast_rejoin.interval.namenamestringteamThe 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". + notify-peers-countnotify-peers-countint320Corresponds to the teamd notify_peers.count. + notify-peers-intervalnotify-peers-intervalint320Corresponds to the teamd notify_peers.interval. + runnerrunnerstring"roundrobin"Corresponds to the teamd runner.name. Permitted values are: "roundrobin", "broadcast", "activebackup", "loadbalance", "lacp". + runner-activerunner-activebooleanFALSECorresponds to the teamd runner.active. + runner-agg-select-policyrunner-agg-select-policystringCorresponds to the teamd runner.agg_select_policy. + runner-fast-raterunner-fast-ratebooleanFALSECorresponds to the teamd runner.fast_rate. + runner-hwaddr-policyrunner-hwaddr-policystringCorresponds to the teamd runner.hwaddr_policy. + runner-min-portsrunner-min-portsint32-1Corresponds to the teamd runner.min_ports. + runner-sys-priorunner-sys-prioint32-1Corresponds to the teamd runner.sys_prio. + runner-tx-balancerrunner-tx-balancerstringCorresponds to the teamd runner.tx_balancer.name. + runner-tx-balancer-intervalrunner-tx-balancer-intervalint32-1Corresponds to the teamd runner.tx_balancer.interval. + runner-tx-hashrunner-tx-hasharray of string[]Corresponds to the teamd runner.tx_hash.
team-portTeam Port Settings Properties Key NameValue TypeDefault ValueValue DescriptionconfigconfigstringThe 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-keylacp-keyint320Corresponds to the teamd ports.PORTIFNAME.lacp_key. + lacp-priolacp-prioint32255Corresponds to the teamd ports.PORTIFNAME.lacp_prio. + link-watcherslink-watchersarray 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-incative', 'send-always'. See teamd.conf man for more details.namenamestringteam-portThe 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". + prioprioint320Corresponds to the teamd ports.PORTIFNAME.prio. + queue-idqueue-idint32-1Corresponds to the teamd ports.PORTIFNAME.queue_id. When set to -1 means the parameter is skipped from the json config. + stickystickybooleanFALSECorresponds to the teamd ports.PORTIFNAME.sticky.
tunTunnel Settings Properties -- cgit 1.3.0-6-gf8a5