Files
ols-ucentral-schema/schema/interface.bridge.yml
John Crispin 9585ababf7 schema: move over to the new schema/renderer
Signed-off-by: John Crispin <john@phrozen.org>
2021-05-14 10:39:10 +02:00

26 lines
657 B
YAML

description:
This section describes the bridge behaviour of a logical network interface.
type: object
properties:
mtu:
description:
The MTU that shall be used by the network interface.
type: integer
maximum: 65535
minimum: 256
examples:
- 1500
tx-queue-len:
description:
The Transmit Queue Length is a TCP/IP stack network interface value that
sets the number of packets allowed per kernel transmit queue of a network
interface device.
type: integer
examples:
- 5000
isolate-ports:
description:
Isolates the bridge ports from each other.
type: boolean
default: false