Merge pull request #48 from Telecominfraproject/fix/fix_invalid_schema

Fix broken schema json file
This commit is contained in:
Olexandr, Mazur
2025-09-05 12:38:40 +03:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -773,6 +773,7 @@
"description": "When true, the port behaves as an STP Edge Port. When false, the port participates fully in STP and is treated as a normal switch port.",
"type": "boolean",
"default": false
},
"storm-control": {
"description": "Storm Control configuration per storm type. Allows enabling or disabling traffic storm control for broadcast, multicast, and unknown unicast packets, with independent packet-per-second (pps) thresholds. A limit-pps value of 0 implies the control is disabled for that traffic type.",
"type": "object",

View File

@@ -684,6 +684,7 @@
"edge-port": {
"type": "boolean",
"default": false
},
"storm-control": {
"type": "object",
"properties": null,

View File

@@ -807,6 +807,7 @@
"description": "When true, the port behaves as an STP Edge Port. When false, the port participates fully in STP and is treated as a normal switch port.",
"type": "boolean",
"default": false
},
"storm-control": {
"description": "Storm Control configuration per storm type. Allows enabling or disabling traffic storm control for broadcast, multicast, and unknown unicast packets, with independent packet-per-second (pps) thresholds. A limit-pps value of 0 implies the control is disabled for that traffic type.",
"type": "object",