mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-30 01:32:26 +00:00
[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:
@@ -133,6 +133,9 @@ properties:
|
||||
enum:
|
||||
# L2
|
||||
- VLAN
|
||||
- Jumbo-Frames
|
||||
- LACP
|
||||
- Link-Aggregation
|
||||
- Port-Isolation
|
||||
- Spanning-Tree
|
||||
- Spanning-Tree-Rapid
|
||||
|
||||
@@ -167,6 +167,9 @@
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"VLAN",
|
||||
"Jumbo-Frames",
|
||||
"LACP",
|
||||
"Link-Aggregation",
|
||||
"Port-Isolation",
|
||||
"Spanning-Tree",
|
||||
"Spanning-Tree-Rapid",
|
||||
|
||||
@@ -1009,6 +1009,7 @@
|
||||
"src-mac"
|
||||
],
|
||||
"default": "src-dst-mac"
|
||||
},
|
||||
"jumbo-frames": {
|
||||
"description": "Enables Jumbo frames",
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user