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 --- man/nm-settings.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'man/nm-settings.xml') diff --git a/man/nm-settings.xml b/man/nm-settings.xml index b05af142..4aaedaff 100644 --- a/man/nm-settings.xml +++ b/man/nm-settings.xml @@ -1,6 +1,6 @@ -nm-settingsNetworkManager developersnm-settings5NetworkManagerConfiguration1.10.0nm-settingsDescription of settings and properties of NetworkManager connection profilesDescription +nm-settingsNetworkManager developersnm-settings5NetworkManagerConfiguration1.10.2nm-settingsDescription of settings and properties of NetworkManager connection profilesDescription NetworkManager is based on a concept of connection profiles, sometimes referred to as connections only. These connection profiles contain a network configuration. When NetworkManager activates a connection profile on a network device the configuration will @@ -356,14 +356,40 @@ send-delayuint640Time to delay between each byte sent to the modem, in microseconds. stopbitsuint321Number of stop bits for communication on the serial port. Either 1 or 2. The 1 in "8n1" for example. + tc settingLinux Traffic Contril Settings..Key NameValue TypeDefault ValueValue Description + namestringtcThe 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". + qdiscsarray of vardict[]Array of TC queuening disciplines. + tfiltersarray of vardict[]Array of TC traffic filters. + team settingTeaming Settings.Key NameValue TypeDefault ValueValue Description configstringThe 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-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-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-countint320Corresponds to the teamd mcast_rejoin.count. + mcast-rejoin-intervalint320Corresponds to the teamd mcast_rejoin.interval. namestringteamThe 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-countint320Corresponds to the teamd notify_peers.count. + notify-peers-intervalint320Corresponds to the teamd notify_peers.interval. + runnerstring"roundrobin"Corresponds to the teamd runner.name. Permitted values are: "roundrobin", "broadcast", "activebackup", "loadbalance", "lacp". + runner-activebooleanFALSECorresponds to the teamd runner.active. + runner-agg-select-policystringCorresponds to the teamd runner.agg_select_policy. + runner-fast-ratebooleanFALSECorresponds to the teamd runner.fast_rate. + runner-hwaddr-policystringCorresponds to the teamd runner.hwaddr_policy. + runner-min-portsint32-1Corresponds to the teamd runner.min_ports. + runner-sys-prioint32-1Corresponds to the teamd runner.sys_prio. + runner-tx-balancerstringCorresponds to the teamd runner.tx_balancer.name. + runner-tx-balancer-intervalint32-1Corresponds to the teamd runner.tx_balancer.interval. + runner-tx-hasharray of string[]Corresponds to the teamd runner.tx_hash. team-port settingTeam Port Settings.Key NameValue TypeDefault ValueValue Description configstringThe 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-keyint320Corresponds to the teamd ports.PORTIFNAME.lacp_key. + lacp-prioint32255Corresponds to the teamd ports.PORTIFNAME.lacp_prio. + link-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. namestringteam-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". + prioint320Corresponds to the teamd ports.PORTIFNAME.prio. + queue-idint32-1Corresponds to the teamd ports.PORTIFNAME.queue_id. When set to -1 means the parameter is skipped from the json config. + stickybooleanFALSECorresponds to the teamd ports.PORTIFNAME.sticky. tun settingTunnel Settings.Key NameValue TypeDefault ValueValue Description groupstringThe group ID which will own the device. If set to NULL everyone will be able to use the device. -- cgit 1.3.0-6-gf8a5 From 50f6b47074e01dffb8dc536c0a20961dcf28ae9b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 7 Feb 2018 02:39:23 +0100 Subject: New upstream version 1.10.4 --- man/nm-settings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/nm-settings.xml') diff --git a/man/nm-settings.xml b/man/nm-settings.xml index 4aaedaff..dea3e6b5 100644 --- a/man/nm-settings.xml +++ b/man/nm-settings.xml @@ -1,6 +1,6 @@ -nm-settingsNetworkManager developersnm-settings5NetworkManagerConfiguration1.10.2nm-settingsDescription of settings and properties of NetworkManager connection profilesDescription +nm-settingsNetworkManager developersnm-settings5NetworkManagerConfiguration1.10.4nm-settingsDescription of settings and properties of NetworkManager connection profilesDescription NetworkManager is based on a concept of connection profiles, sometimes referred to as connections only. These connection profiles contain a network configuration. When NetworkManager activates a connection profile on a network device the configuration will @@ -370,7 +370,7 @@ namestringteamThe 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-countint320Corresponds to the teamd notify_peers.count. notify-peers-intervalint320Corresponds to the teamd notify_peers.interval. - runnerstring"roundrobin"Corresponds to the teamd runner.name. Permitted values are: "roundrobin", "broadcast", "activebackup", "loadbalance", "lacp". + runnerstring"roundrobin"Corresponds to the teamd runner.name. Permitted values are: "roundrobin", "broadcast", "activebackup", "loadbalance", "lacp". When setting the runner, all the properties specific to the runner will be reset to the default value; all the properties specific to other runners will be set to an empty value (or if not possible to a default value). runner-activebooleanFALSECorresponds to the teamd runner.active. runner-agg-select-policystringCorresponds to the teamd runner.agg_select_policy. runner-fast-ratebooleanFALSECorresponds to the teamd runner.fast_rate. -- cgit 1.3.0-6-gf8a5