Skip to content

Commit

Permalink
Merge pull request #12350 from simondeziel/doc-table-fix
Browse files Browse the repository at this point in the history
doc/devices_nic: add missing column to `limits.priority` description
  • Loading branch information
tomponline authored Oct 6, 2023
2 parents b85d9e1 + 567be57 commit b9ec9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/devices_nic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9ec9c1

Please sign in to comment.