mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-30 17:47:59 +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:
|
enum:
|
||||||
# L2
|
# L2
|
||||||
- VLAN
|
- VLAN
|
||||||
|
- Jumbo-Frames
|
||||||
|
- LACP
|
||||||
|
- Link-Aggregation
|
||||||
- Port-Isolation
|
- Port-Isolation
|
||||||
- Spanning-Tree
|
- Spanning-Tree
|
||||||
- Spanning-Tree-Rapid
|
- Spanning-Tree-Rapid
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user