Merge pull request #50 from Telecominfraproject/correct-storm-control-indentation

Fix indentation for storm-control configuration.
This commit is contained in:
Mike Hansen
2025-09-24 12:29:33 -04:00
committed by GitHub
4 changed files with 69 additions and 66 deletions

View File

@@ -777,7 +777,7 @@
"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",
"properties": null,
"properties": {
"broadcast-pps": {
"type": "integer",
"minimum": 0,
@@ -799,6 +799,7 @@
}
}
}
}
},
"switch": {
"description": "This section defines the switch fabric specific features of a physical switch.",

View File

@@ -687,7 +687,7 @@
},
"storm-control": {
"type": "object",
"properties": null,
"properties": {
"broadcast-pps": {
"type": "integer",
"minimum": 0,
@@ -705,6 +705,7 @@
}
}
}
}
},
"switch.arp-inspect": {
"type": "object",

View File

@@ -811,7 +811,7 @@
"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",
"properties": null,
"properties": {
"broadcast-pps": {
"type": "integer",
"minimum": 0,
@@ -832,6 +832,7 @@
}
}
}
}
},
"switch.arp-inspect": {
"type": "object",