Commit fc9b28f0 authored by piscione's avatar piscione
Browse files

SOL005_17: added attributes on IpOverEthernetAddressData data model and...

SOL005_17: added attributes on IpOverEthernetAddressData data model and updated description and note
parent 99aa7caf
......@@ -4413,10 +4413,22 @@ definitions:
description: >
MAC address. If this attribute is not present, it shall be chosen by the NFV MANO.
$ref: "#/definitions/MacAddress"
segmentationType:
description: >
Specifies the encapsulation type for the traffics coming in and out of the trunk subport.
Permitted values are:
- VLAN: The subport uses VLAN as encapsulation type.
- INHERIT: The subport gets its segmentation type from the network it is 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.
type: string
enum:
- VLAN
- INHERIT
segmentationId:
description: >
Identification of the network segment to which the Cp instance connects to.
If the Cp instance represents a subport in a trunk, "segmentationId" shall be present.
Identification of the network segment to which the CP instance connects to.
If the CP instance represents a subport in a trunk, "segmentationId" shall be present.
Otherwise it shall not be present.
Depending on the NFVI networking infrastructure, the "segmentationId" may indicate the actual network segment
value (e.g. vlan Id, Vxlan segmentation id, etc.) used in the transport header of the packets or it may be an
......@@ -4446,7 +4458,9 @@ definitions:
type:
description: >
The type of the IP addresses.
Permitted values: IPV4, IPV6.
Permitted values:
- IPV4
- IPV6
type: string
enum:
- IPV4
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment