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

View File

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