From 567be5730974c48171235e5d5a491c15f336c155 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Thu, 5 Oct 2023 15:57:04 -0400 Subject: [PATCH] doc/devices_nic: add missing column when `limits.priority` was copy-n-pasted in Signed-off-by: Simon Deziel --- doc/reference/devices_nic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/devices_nic.md b/doc/reference/devices_nic.md index e5f124bd2f63..8664f1cfbb5d 100644 --- a/doc/reference/devices_nic.md +++ b/doc/reference/devices_nic.md @@ -88,7 +88,7 @@ Key | Type | Default | Managed | Description `limits.egress` | string | - | no | I/O limit in bit/s for outgoing traffic (various suffixes supported, see {ref}`instances-limit-units`) `limits.ingress` | string | - | no | I/O limit in bit/s for incoming traffic (various suffixes supported, see {ref}`instances-limit-units`) `limits.max` | string | - | no | I/O limit in bit/s for both incoming and outgoing traffic (same as setting both `limits.ingress` and `limits.egress`) -`limits.priority` | integer | - | The `skb->priority` value (32-bit unsigned integer) for outgoing traffic, to be used by the kernel queuing discipline (qdisc) to prioritize network packets (The effect of this value depends on the particular qdisc implementation, for example, `SKBPRIO` or `QFQ`. Consult the kernel qdisc documentation before setting this value.) +`limits.priority` | integer | - | no | The `skb->priority` value (32-bit unsigned integer) for outgoing traffic, to be used by the kernel queuing discipline (qdisc) to prioritize network packets (The effect of this value depends on the particular qdisc implementation, for example, `SKBPRIO` or `QFQ`. Consult the kernel qdisc documentation before setting this value.) `maas.subnet.ipv4` | string | - | yes | MAAS IPv4 subnet to register the instance in `maas.subnet.ipv6` | string | - | yes | MAAS IPv6 subnet to register the instance in `mtu` | integer | parent MTU | yes | The MTU of the new interface