[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:
# L2
- VLAN
- Jumbo-Frames
- LACP
- Link-Aggregation
- Port-Isolation
- Spanning-Tree
- Spanning-Tree-Rapid

View File

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

View File

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