ols-821-mclag-schema-final-draft

This commit is contained in:
Binny
2025-09-16 06:10:50 +00:00
parent 05849922ed
commit c3073a9a45
4 changed files with 12 additions and 12 deletions

View File

@@ -439,7 +439,7 @@ properties:
description: Configures the peer-link, which could be a physical port or a trunk group that connects the two MC-LAG peer switches.
type: object
properties:
type:
link-type:
description: Defines the type of peer-link, either 'port' or 'trunk-group'
type: string
enum:
@@ -475,8 +475,8 @@ properties:
type: string
description: Interface names that are part of the MC-LAG group.
examples:
- eth0
- eth1
- Ethernet0
- Ethernet1
lacp-config:
description: LACP configuration settings for the MC-LAG group.
type: object

View File

@@ -1245,7 +1245,7 @@
"description": "Configures the peer-link, which could be a physical port or a trunk group that connects the two MC-LAG peer switches.",
"type": "object",
"properties": {
"type": {
"link-type": {
"description": "Defines the type of peer-link, either 'port' or 'trunk-group'",
"type": "string",
"enum": [
@@ -1289,8 +1289,8 @@
"type": "string",
"description": "Interface names that are part of the MC-LAG group.",
"examples": [
"eth0",
"eth1"
"Ethernet0",
"Ethernet1"
]
}
},

View File

@@ -1438,7 +1438,7 @@
"peer-link": {
"type": "object",
"properties": {
"type": {
"link-type": {
"type": "string",
"enum": [
"port",
@@ -1475,8 +1475,8 @@
"items": {
"type": "string",
"examples": [
"eth0",
"eth1"
"Ethernet0",
"Ethernet1"
]
}
},

View File

@@ -1703,7 +1703,7 @@
"description": "Configures the peer-link, which could be a physical port or a trunk group that connects the two MC-LAG peer switches.",
"type": "object",
"properties": {
"type": {
"link-type": {
"description": "Defines the type of peer-link, either 'port' or 'trunk-group'",
"type": "string",
"enum": [
@@ -1747,8 +1747,8 @@
"type": "string",
"description": "Interface names that are part of the MC-LAG group.",
"examples": [
"eth0",
"eth1"
"Ethernet0",
"Ethernet1"
]
}
},