Skip to content
Snippets Groups Projects
Commit e33ce6cd authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL002_9: minor fix in IpOverEthernetAddressData

parent 9c0b2c6c
No related branches found
No related tags found
1 merge request!17Merge 3.5.1-dev into master
Pipeline #6805 passed
......@@ -471,13 +471,13 @@ definitions:
At least one of "macAddress" or "ipAddresses" shall be present.
$ref: "#/definitions/MacAddress"
segmentationType:
description: "Specifies the encapsulation type for the traffics coming in and out of the trunk subport.
description: >
Specifies the encapsulation type for the traffics coming in and out of the trunk subport.
Permitted values:
- VLAN: the subport uses VLAN as encapsulation type.
- INHERIT: the subport gets its segmentation type from the network it’s connected to.
This attribute may be present for CP instances that represent subports in a trunk and shall be
absent otherwise. If this attribute is not present for a subport CP instance, default value VLAN shall be used."
absent otherwise. If this attribute is not present for a subport CP instance, default value VLAN shall be used.
type: string
enum:
- VLAN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment