Commit d44226fd authored by piscione's avatar piscione
Browse files

SOL005_26: updated description of attribute of NfpRule datamodel

parent 9395eed5
......@@ -3077,6 +3077,9 @@ definitions:
in order for the NFP to be applicable to the packet. The condition acts as a flow classifier and
it is met only if all the values expressed in the condition are matched
by those in the packet. It shall comply with the provisions defined in Table 6.5.3.40-1.
NOTE: At least one attribute shall be present. If multiple attributes are present, a logical "AND"
operation shall be applied to those attributes when matching packets against the rule.
type: object
anyOf:
- required:
......@@ -3104,15 +3107,21 @@ definitions:
properties:
etherDestinationAddress:
description: >
Indicates a destination Mac address.
Indicates a destination Mac address. See note.
$ref: "#/definitions/MacAddress"
etherSourceAddress:
description: >
Indicates a source Mac address.
Indicates a source Mac address. See note.
$ref: "#/definitions/MacAddress"
etherType:
description: >
Human readable description for the VNFFG.
Indicates the protocol carried over the Ethernet layer.
Permitted values:
- IPV4
- IPV6
See note.
type: string
enum:
- IPV4
......@@ -3135,6 +3144,8 @@ definitions:
TCP
UDP
ICMP
See note.
type: string
enum:
- TCP
......@@ -3147,27 +3158,34 @@ definitions:
Code Point (DSCP) field of the IP header.
For IPv6 [28] a string of "0" and "1" digits that
corresponds to the 6 differentiated services bits of
the traffic class header field
the traffic class header field.
See note.
type: string
sourcePortRange:
description: >
Indicates a range of source ports
Indicates a range of source ports.
See note.
$ref: "#/definitions/PortRange"
destinationPortRange:
description: >
Indicates a range of destination ports.
See note.
$ref: "#/definitions/PortRange"
sourceIpAddressPrefix:
description: >
Indicates the source IP address range in CIDR format.
See note.
$ref: "#/definitions/IpAddressPrefix"
destinationIpAddressPrefix:
description: >
Indicates the destination IP address range in CIDR format.
See note.
$ref: "#/definitions/IpAddressPrefix"
extendedCriteria:
description: >
Indicates values of specific bits in a frame.
See note.
type: array
items:
$ref: "#/definitions/Mask"
......
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