[OLS-295] Add LACP, Link-Aggregation, and Jumbo-Frames to capabilities

In ols-ucentral-schema->capabilities->connect.capabilities.yml->supported-features
Added enums for
  - Jumbo-Frames
  - LACP
  - Link-Aggregation

Regenerated json files.

Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
This commit is contained in:
Mike Hansen
2024-09-04 14:50:27 -04:00
parent 76504b1ad6
commit 1b12452eeb
3 changed files with 7 additions and 0 deletions

View File

@@ -133,6 +133,9 @@ properties:
enum: enum:
# L2 # L2
- VLAN - VLAN
- Jumbo-Frames
- LACP
- Link-Aggregation
- Port-Isolation - Port-Isolation
- Spanning-Tree - Spanning-Tree
- Spanning-Tree-Rapid - Spanning-Tree-Rapid

View File

@@ -167,6 +167,9 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"VLAN", "VLAN",
"Jumbo-Frames",
"LACP",
"Link-Aggregation",
"Port-Isolation", "Port-Isolation",
"Spanning-Tree", "Spanning-Tree",
"Spanning-Tree-Rapid", "Spanning-Tree-Rapid",

View File

@@ -1009,6 +1009,7 @@
"src-mac" "src-mac"
], ],
"default": "src-dst-mac" "default": "src-dst-mac"
},
"jumbo-frames": { "jumbo-frames": {
"description": "Enables Jumbo frames", "description": "Enables Jumbo frames",
"type": "boolean", "type": "boolean",