Commit bf894d08 authored by ruiyue's avatar ruiyue Committed by lengyelb
Browse files

Update logicInterfaceId of EP_transport

parent 983ca34d
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -466,6 +466,18 @@ components:
        - $ref: 'genericNrm.yaml#/components/schemas/Ipv4Addr'
        - $ref: 'genericNrm.yaml#/components/schemas/Ipv6Addr'
    
    LogicInterfaceInfo:
      type: object
      properties:
         logicalInterfceType:
           type: string
           enum: 
            - VLAN
            - MPLS
            - Segment
         logicalInterfceId:
           type: string

    ServiceProfileList:
       type: array
       items:
@@ -549,8 +561,8 @@ components:
              properties:
                ipAddress:
                  $ref: '#/components/schemas/IpAddress'
                logicInterfaceId:
                  type: string 
                logicInterfaceInfo:
                  $ref: '#/components/schemas/LogicInterfaceInfo'
                nextHopInfo:
                  type: string 
                qosProfile: