ols-655 final change to merge

This commit is contained in:
Binny
2025-05-06 02:37:02 +00:00
parent 2b7ce76453
commit 5a7f055793
2 changed files with 14 additions and 14 deletions

View File

@@ -126,11 +126,11 @@ properties:
type: string
description: Operational STP mode used across the switch.
enum:
- STP
- RSTP
- MSTP
- PVST
- RPVSTP
- stp
- rstp
- mstp
- pvst
- rpvstp
transmission-limit:
type: integer
description: Maximum number of BPDUs that can be transmitted per hello time.
@@ -138,8 +138,8 @@ properties:
type: string
description: Indicates whether "Short" or "Long" path cost method is in use.
enum:
- Short
- Long
- short
- long
max-hops:
type: integer
description: Maximum hop count used in MSTP.

View File

@@ -171,11 +171,11 @@
"type": "string",
"description": "Operational STP mode used across the switch.",
"enum": [
"STP",
"RSTP",
"MSTP",
"PVST",
"RPVSTP"
"stp",
"rstp",
"mstp",
"pvst",
"rpvstp"
]
},
"transmission-limit": {
@@ -186,8 +186,8 @@
"type": "string",
"description": "Indicates whether \"Short\" or \"Long\" path cost method is in use.",
"enum": [
"Short",
"Long"
"short",
"long"
]
},
"max-hops": {