Files
wlan-ucentral-schema/schema/switch.yml
John Crispin 3b26aa10ff schema: add loop-detection support
Signed-off-by: John Crispin <john@phrozen.org>
2021-08-27 15:26:58 +02:00

41 lines
1.1 KiB
YAML

description:
This section defines the switch fabric specific features of a physical switch.
type: object
properties:
port-mirror:
description:
Enable mirror of traffic from multiple minotor ports to a single analysis port.
type: object
properties:
monitor-ports:
description:
The list of ports that we want to mirror.
type: array
items:
type: string
analysis-port:
description:
The port that mirror'ed packets should be sent to.
type: string
loop-detection:
description:
Enable loop detection on the L2 switches/bridge.
type: object
properties:
protocol:
description:
Define which protocol shall be used for loop detection.
type: string
enum:
- rstp
default: rstp
roles:
description:
Define on which logical switches/bridges we want to provide loop-detection.
type: array
items:
type: string
enum:
- upstream
- downstream