From 2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 14 Feb 2022 19:23:28 +0100 Subject: New upstream version 1.35.91 --- docs/api/html/nm-settings-nmcli.html | 238 ++++++++++++++++++++--------------- 1 file changed, 136 insertions(+), 102 deletions(-) (limited to 'docs/api/html/nm-settings-nmcli.html') diff --git a/docs/api/html/nm-settings-nmcli.html b/docs/api/html/nm-settings-nmcli.html index 0043313f..f19394d3 100644 --- a/docs/api/html/nm-settings-nmcli.html +++ b/docs/api/html/nm-settings-nmcli.html @@ -8,7 +8,7 @@ - + @@ -2157,14 +2157,58 @@

routes

-

A list of IPv4 destination addresses, prefix length, optional IPv4 next hop addresses, optional route metric, optional attribute. The valid syntax is: "ip[/prefix] [next-hop] [metric] [attribute=val]...[,ip[/prefix]...]". For example "192.0.2.0/24 10.1.1.1 77, 198.51.100.0/24".

+

+A list of IPv4 destination addresses, prefix length, optional IPv4 +next hop addresses, optional route metric, optional attribute. The valid syntax is: +"ip[/prefix] [next-hop] [metric] [attribute=val]...[,ip[/prefix]...]". +For example "192.0.2.0/24 10.1.1.1 77, 198.51.100.0/24". +

+

+Various attributes are supported: +

+
+

+

+

+For details see also `man ip-route`. +

Format: a comma separated list of routes

routing-rules

-

+ +

+A comma separated list of routing rules for policy routing. The format +is based on ip rule add syntax and mostly compatible. +One difference is that routing rules in NetworkManager always need a +fixed priority. +

+

+Example: priority 5 from 192.167.4.0/24 table 45 +

+

+ Format: a comma separated list of routing rules

+ @@ -2373,14 +2417,56 @@

routes

-

Array of IP routes.

- Format: array of legacy IPv6 route struct

+A list of IPv6 destination addresses, prefix length, optional IPv6 +next hop addresses, optional route metric, optional attribute. The valid syntax is: +"ip[/prefix] [next-hop] [metric] [attribute=val]...[,ip[/prefix]...]". +

+

+Various attributes are supported: +

+
+

+

+

+For details see also `man ip-route`. +

+

+ Format: a comma separated list of routes

routing-rules

-

+ +

+A comma separated list of routing rules for policy routing. The format +is based on ip rule add syntax and mostly compatible. +One difference is that routing rules in NetworkManager always need a +fixed priority. +

+

+Example: priority 5 from 1:2:3::5/128 table 45 +

+

+ Format: a comma separated list of routing rules

+

token

@@ -2841,14 +2927,24 @@ - + +

devargs

Open vSwitch DPDK device arguments.

Format: string

- + + +

n-rxq

+ +

Open vSwitch DPDK number of rx queues. Defaults to zero which means to leave the parameter in OVS unspecified and effectively configures one queue.

+

+ Format: uint32

+ + +
@@ -3367,9 +3463,7 @@ Each qdisc can be specified by the following attributes: -

-handle HANDLE -

+

handle HANDLE

specifies the qdisc handle. A qdisc, which potentially can have children, gets assigned a major number, called a 'handle', leaving the minor number namespace @@ -3378,26 +3472,20 @@ explicitly assign a handle to qdiscs expected to have children.

-

-parent HANDLE -

+

parent HANDLE

specifies the handle of the parent qdisc the current qdisc must be attached to.

-

-root -

+

root

specifies that the qdisc is attached to the root of device.

-

-KIND -

+

KIND

this is the qdisc kind. NetworkManager currently supports the following kinds: fq_codel, sfq, tbf. Each qdisc kind has a @@ -3418,18 +3506,14 @@ Parameters for 'fq_codel': -

-limit U32 -

+

limit U32

the hard limit on the real queue size. When this limit is reached, incoming packets are dropped. Default is 10240 packets.

-

-memory_limit U32 -

+

memory_limit U32

sets a limit on the total number of bytes that can be queued in this FQ-CoDel instance. The lower of the packet limit of the @@ -3438,9 +3522,7 @@ limit parameter and the memory limit will be enforced. Default is

-

-flows U32 -

+

flows U32

the number of flows into which the incoming packets are classified. Due to the stochastic nature of hashing, multiple @@ -3451,9 +3533,7 @@ Default value is 1024.

-

-target U32 -

+

target U32

the acceptable minimum standing/persistent queue delay. This minimum delay is identified by tracking the local minimum queue delay that packets @@ -3461,9 +3541,7 @@ experience. The unit of measurement is microsecond(us). Default value is 5ms.

-

-interval U32 -

+

interval U32

used to ensure that the measured minimum delay does not become too stale. The minimum delay must be experienced in the last epoch of length .B @@ -3473,9 +3551,7 @@ react. Default value is 100ms.

-

-quantum U32 -

+

quantum U32

the number of bytes used as 'deficit' in the fair queuing algorithm. Default is set to 1514 bytes which corresponds to the @@ -3483,18 +3559,14 @@ Ethernet MTU plus the hardware header length of 14 bytes.

-

-ecn BOOL -

+

ecn BOOL

can be used to mark packets instead of dropping them. ecn is turned on by default.

-

-ce_threshold U32 -

+

ce_threshold U32

sets a threshold above which all packets are marked with ECN Congestion Experienced. This is useful for DCTCP-style congestion @@ -3514,9 +3586,7 @@ Parameters for 'sfq': -

-divisor U32 -

+

divisor U32

can be used to set a different hash table size, available from kernel 2.6.39 onwards. The specified divisor must be @@ -3525,27 +3595,21 @@ value: 1024.

-

-limit U32 -

+

limit U32

Upper limit of the SFQ. Can be used to reduce the default length of 127 packets.

-

-depth U32 -

+

depth U32

Limit of packets per flow. Default to 127 and can be lowered.

-

-perturb_period U32 -

+

perturb_period U32

Interval in seconds for queue algorithm perturbation. Defaults to 0, which means that no perturbation occurs. Do @@ -3557,9 +3621,7 @@ collisions.

-

-quantum U32 -

+

quantum U32

Amount of bytes a flow is allowed to dequeue during a round of the round robin process. Defaults to the MTU of @@ -3568,9 +3630,7 @@ minimum value.

-

-flows U32 -

+

flows U32

Default value is 127.

@@ -3587,9 +3647,7 @@ Parameters for 'tbf': -

-rate U64 -

+

rate U64

Bandwidth or rate. These parameters accept a floating point number, possibly followed by either a unit (both SI @@ -3599,9 +3657,7 @@ device's speed.

-

-burst U32 -

+

burst U32

Also known as buffer or maxburst. Size of the bucket, in @@ -3628,18 +3684,14 @@ have to set this. Must be an integral power of 2. -

-limit U32 -

+

limit U32

Limit is the number of bytes that can be queued waiting for tokens to become available.

-

-latency U32 -

+

latency U32

specifies the maximum amount of time a packet can sit in the TBF. The latency calculation takes into account @@ -3670,9 +3722,7 @@ Each tfilters can be specified by the following attributes: -

-handle HANDLE -

+

handle HANDLE

specifies the tfilters handle. A filter is used by a classful qdisc to determine in which class a packet will be enqueued. It is important to notice that filters reside within qdiscs. Therefore, @@ -3680,26 +3730,20 @@ see qdiscs handle for detailed information.

-

-parent HANDLE -

+

parent HANDLE

specifies the handle of the parent qdisc the current qdisc must be attached to.

-

-root -

+

root

specifies that the qdisc is attached to the root of device.

-

-KIND -

+

KIND

this is the tfilters kind. NetworkManager currently supports following kinds: mirred, simple. Each filter kind has a @@ -3719,33 +3763,25 @@ Actions for 'mirred': -

-egress bool -

+

egress bool

Define whether the packet should exit from the interface.

-

-ingress bool -

+

ingress bool

Define whether the packet should come into the interface.

-

-mirror bool -

+

mirror bool

Define whether the packet should be copied to the destination space.

-

-redirect bool -

+

redirect bool

Define whether the packet should be moved to the destination space.

@@ -3761,9 +3797,7 @@ Action for 'simple': -

-sdata char[32] -

+

sdata char[32]

The actual string to print.

@@ -5250,6 +5284,6 @@ The actual string to print. +
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5