mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 17:22:23 +00:00
Merge pull request #50 from Telecominfraproject/correct-storm-control-indentation
Fix indentation for storm-control configuration.
This commit is contained in:
@@ -522,18 +522,18 @@ properties:
|
|||||||
with independent packet-per-second (pps) thresholds. A limit-pps value of 0 implies the control is disabled for that traffic type.
|
with independent packet-per-second (pps) thresholds. A limit-pps value of 0 implies the control is disabled for that traffic type.
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
broadcast-pps:
|
broadcast-pps:
|
||||||
type: integer
|
type: integer
|
||||||
minimum: 0
|
minimum: 0
|
||||||
default: 0
|
default: 0
|
||||||
description: Maximum allowed broadcast packets per second. 0 disables broadcast storm control.
|
description: Maximum allowed broadcast packets per second. 0 disables broadcast storm control.
|
||||||
multicast-pps:
|
multicast-pps:
|
||||||
type: integer
|
type: integer
|
||||||
minimum: 0
|
minimum: 0
|
||||||
default: 0
|
default: 0
|
||||||
description: Maximum allowed multicast packets per second. 0 disables multicast storm control.
|
description: Maximum allowed multicast packets per second. 0 disables multicast storm control.
|
||||||
unknown-unicast-pps:
|
unknown-unicast-pps:
|
||||||
type: integer
|
type: integer
|
||||||
minimum: 0
|
minimum: 0
|
||||||
default: 0
|
default: 0
|
||||||
description: Maximum allowed unknown unicast packets per second. 0 disables unknown unicast storm control.
|
description: Maximum allowed unknown unicast packets per second. 0 disables unknown unicast storm control.
|
||||||
|
|||||||
@@ -777,24 +777,25 @@
|
|||||||
"storm-control": {
|
"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.",
|
"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",
|
"type": "object",
|
||||||
"properties": null,
|
"properties": {
|
||||||
"broadcast-pps": {
|
"broadcast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Maximum allowed broadcast packets per second. 0 disables broadcast storm control."
|
"description": "Maximum allowed broadcast packets per second. 0 disables broadcast storm control."
|
||||||
},
|
},
|
||||||
"multicast-pps": {
|
"multicast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Maximum allowed multicast packets per second. 0 disables multicast storm control."
|
"description": "Maximum allowed multicast packets per second. 0 disables multicast storm control."
|
||||||
},
|
},
|
||||||
"unknown-unicast-pps": {
|
"unknown-unicast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Maximum allowed unknown unicast packets per second. 0 disables unknown unicast storm control."
|
"description": "Maximum allowed unknown unicast packets per second. 0 disables unknown unicast storm control."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -687,21 +687,22 @@
|
|||||||
},
|
},
|
||||||
"storm-control": {
|
"storm-control": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": null,
|
"properties": {
|
||||||
"broadcast-pps": {
|
"broadcast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0
|
"default": 0
|
||||||
},
|
},
|
||||||
"multicast-pps": {
|
"multicast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0
|
"default": 0
|
||||||
},
|
},
|
||||||
"unknown-unicast-pps": {
|
"unknown-unicast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0
|
"default": 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -811,24 +811,25 @@
|
|||||||
"storm-control": {
|
"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.",
|
"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",
|
"type": "object",
|
||||||
"properties": null,
|
"properties": {
|
||||||
"broadcast-pps": {
|
"broadcast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Maximum allowed broadcast packets per second. 0 disables broadcast storm control."
|
"description": "Maximum allowed broadcast packets per second. 0 disables broadcast storm control."
|
||||||
},
|
},
|
||||||
"multicast-pps": {
|
"multicast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Maximum allowed multicast packets per second. 0 disables multicast storm control."
|
"description": "Maximum allowed multicast packets per second. 0 disables multicast storm control."
|
||||||
},
|
},
|
||||||
"unknown-unicast-pps": {
|
"unknown-unicast-pps": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Maximum allowed unknown unicast packets per second. 0 disables unknown unicast storm control."
|
"description": "Maximum allowed unknown unicast packets per second. 0 disables unknown unicast storm control."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user