mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 09:12:20 +00:00
26 lines
657 B
YAML
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
|