Commit d44226fd authored by piscione's avatar piscione
Browse files

SOL005_26: updated description of attribute of NfpRule datamodel

parent 9395eed5
Loading
Loading
Loading
Loading
+23 −5
Original line number Original line Diff line number Diff line
@@ -3077,6 +3077,9 @@ definitions:
      in order for the NFP to be applicable to the packet. The condition acts as a flow classifier and
      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
      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.
      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
    type: object
    anyOf:
    anyOf:
      - required:
      - required:
@@ -3104,15 +3107,21 @@ definitions:
    properties:
    properties:
      etherDestinationAddress:
      etherDestinationAddress:
        description: >
        description: >
          Indicates a destination Mac address.
          Indicates a destination Mac address. See note.
        $ref: "#/definitions/MacAddress"
        $ref: "#/definitions/MacAddress"
      etherSourceAddress:
      etherSourceAddress:
        description: >
        description: >
          Indicates a source Mac address.
          Indicates a source Mac address. See note.
        $ref: "#/definitions/MacAddress"
        $ref: "#/definitions/MacAddress"
      etherType:
      etherType:
        description: >
        description: >
          Human readable description for the VNFFG.
          Indicates the protocol carried over the Ethernet layer.

          Permitted values:
          -	IPV4
          -	IPV6

          See note.
        type: string
        type: string
        enum:
        enum:
          - IPV4
          - IPV4
@@ -3135,6 +3144,8 @@ definitions:
          TCP
          TCP
          UDP
          UDP
          ICMP
          ICMP

          See note.
        type: string
        type: string
        enum:
        enum:
          - TCP
          - TCP
@@ -3147,27 +3158,34 @@ definitions:
          Code Point (DSCP) field of the IP header.
          Code Point (DSCP) field of the IP header.
          For IPv6 [28] a string of "0" and "1" digits that
          For IPv6 [28] a string of "0" and "1" digits that
          corresponds to the 6 differentiated services bits of
          corresponds to the 6 differentiated services bits of
          the traffic class header field
          the traffic class header field.

          See note.
        type: string
        type: string
      sourcePortRange:
      sourcePortRange:
        description: >
        description: >
          Indicates a range of source ports
          Indicates a range of source ports.
          See note.
        $ref: "#/definitions/PortRange"
        $ref: "#/definitions/PortRange"
      destinationPortRange:
      destinationPortRange:
        description: >
        description: >
          Indicates a range of destination ports.
          Indicates a range of destination ports.
          See note.
        $ref: "#/definitions/PortRange"
        $ref: "#/definitions/PortRange"
      sourceIpAddressPrefix:
      sourceIpAddressPrefix:
        description: >
        description: >
          Indicates the source IP address range in CIDR format.
          Indicates the source IP address range in CIDR format.
          See note.
        $ref: "#/definitions/IpAddressPrefix"
        $ref: "#/definitions/IpAddressPrefix"
      destinationIpAddressPrefix:
      destinationIpAddressPrefix:
        description: >
        description: >
          Indicates the destination IP address range in CIDR format.
          Indicates the destination IP address range in CIDR format.
          See note.
        $ref: "#/definitions/IpAddressPrefix"
        $ref: "#/definitions/IpAddressPrefix"
      extendedCriteria:
      extendedCriteria:
        description: >
        description: >
          Indicates values of specific bits in a frame.
          Indicates values of specific bits in a frame.
          See note.
        type: array
        type: array
        items:
        items:
          $ref: "#/definitions/Mask"
          $ref: "#/definitions/Mask"