Commit bf87f015 authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

Fix for bug#99

parent c87bb029
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -223,7 +223,6 @@
    </sapd>
    </sapd>
    <virtual-link-desc>
    <virtual-link-desc>
      <id>fw2dpi</id>
      <id>fw2dpi</id>
      <version>1.0</version>
      <connectivity-type>
      <connectivity-type>
        <layer-protocol>Ethernet</layer-protocol>
        <layer-protocol>Ethernet</layer-protocol>
      </connectivity-type>
      </connectivity-type>
@@ -237,7 +236,6 @@
    </virtual-link-desc>
    </virtual-link-desc>
    <virtual-link-desc>
    <virtual-link-desc>
      <id>mgmt</id>
      <id>mgmt</id>
      <version>1.0</version>
      <connectivity-type>
      <connectivity-type>
        <layer-protocol>IPv4</layer-protocol>
        <layer-protocol>IPv4</layer-protocol>
      </connectivity-type>
      </connectivity-type>
@@ -251,7 +249,6 @@
    </virtual-link-desc>
    </virtual-link-desc>
    <virtual-link-desc>
    <virtual-link-desc>
      <id>r2fw</id>
      <id>r2fw</id>
      <version>1.0</version>
      <connectivity-type>
      <connectivity-type>
        <layer-protocol>Ethernet</layer-protocol>
        <layer-protocol>Ethernet</layer-protocol>
      </connectivity-type>
      </connectivity-type>
@@ -475,7 +472,6 @@
    </sapd>
    </sapd>
    <virtual-link-desc>
    <virtual-link-desc>
      <id>r2fw</id>
      <id>r2fw</id>
      <version>1.0</version>
      <connectivity-type>
      <connectivity-type>
        <layer-protocol>IPv4</layer-protocol>
        <layer-protocol>IPv4</layer-protocol>
      </connectivity-type>
      </connectivity-type>
+1 −20
Original line number Original line Diff line number Diff line
@@ -229,26 +229,7 @@ submodule etsi-nfv-ns {
             information element";
             information element";
        }
        }


        leaf provider {
        uses connectivity-type;
          type string;
          description
            "Defines the organization generating the VLD.";
          reference
            "GS NFV IFA014: Section 6.5.2.2 NsVirtualLinkDesc
             information element";
        }

        leaf version {
          mandatory true;
          type string;
          description
            "Specifies the version of the VLD.";
          reference
            "GS NFV IFA014: Section 6.5.2.2 NsVirtualLinkDesc
             information element";
        }

        uses common:connectivity-type;


        list df {
        list df {
          key "id";
          key "id";