Files
olg-ucentral-schema/schema/interface.bridge.yml
2026-01-15 12:11:42 +05:30

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