ols-821-mclag-schema-correcttion-draft

This commit is contained in:
Binny
2025-08-18 13:38:01 +00:00
parent d8d4380977
commit 598af29d51
4 changed files with 14 additions and 22 deletions

View File

@@ -447,13 +447,11 @@ properties:
- trunk-group
default: trunk-group
value:
description: Specifies the port or trunk-group ID for the peer-link.
type: integer
minimum: 1
maximum: 64
description: Specifies the port or trunk-group reference for the peer-link.
type: string
mclag-group:
description: Configures the MC-LAG group, which binds the interfaces into a multi-chassis LAG.
type: object
description: Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.
type: array
properties:
group-id:
description: Defines the unique MC-LAG group identifier.

View File

@@ -1255,16 +1255,14 @@
"default": "trunk-group"
},
"value": {
"description": "Specifies the port or trunk-group ID for the peer-link.",
"type": "integer",
"minimum": 1,
"maximum": 64
"description": "Specifies the port or trunk-group reference for the peer-link.",
"type": "string"
}
}
},
"mclag-group": {
"description": "Configures the MC-LAG group, which binds the interfaces into a multi-chassis LAG.",
"type": "object",
"description": "Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.",
"type": "array",
"properties": {
"group-id": {
"description": "Defines the unique MC-LAG group identifier.",

View File

@@ -1447,14 +1447,12 @@
"default": "trunk-group"
},
"value": {
"type": "integer",
"minimum": 1,
"maximum": 64
"type": "string"
}
}
},
"mclag-group": {
"type": "object",
"type": "array",
"properties": {
"group-id": {
"type": "integer",

View File

@@ -1713,16 +1713,14 @@
"default": "trunk-group"
},
"value": {
"description": "Specifies the port or trunk-group ID for the peer-link.",
"type": "integer",
"minimum": 1,
"maximum": 64
"description": "Specifies the port or trunk-group reference for the peer-link.",
"type": "string"
}
}
},
"mclag-group": {
"description": "Configures the MC-LAG group, which binds the interfaces into a multi-chassis LAG.",
"type": "object",
"description": "Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.",
"type": "array",
"properties": {
"group-id": {
"description": "Defines the unique MC-LAG group identifier.",