Commit 27bed29c authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

Fix for bug#99

parent 6ee6373f
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -241,7 +241,6 @@
    </sapd>
    <virtual-link-desc>
      <id>fw2dpi</id>
      <version>1.0</version>
      <connectivity-type>
        <layer-protocol>
	  <protocol>Ethernet</protocol>
@@ -257,7 +256,6 @@
    </virtual-link-desc>
    <virtual-link-desc>
      <id>mgmt</id>
      <version>1.0</version>
      <connectivity-type>
        <layer-protocol>
	  <protocol>IPv4</protocol>
@@ -273,7 +271,6 @@
    </virtual-link-desc>
    <virtual-link-desc>
      <id>r2fw</id>
      <version>1.0</version>
      <connectivity-type>
        <layer-protocol>
	  <protocol>Ethernet</protocol>
@@ -499,7 +496,6 @@
    </sapd>
    <virtual-link-desc>
      <id>r2fw</id>
      <version>1.0</version>
      <connectivity-type>
        <layer-protocol>
	  <protocol>IPv4</protocol>
+0 −19
Original line number Diff line number Diff line
@@ -226,25 +226,6 @@ submodule etsi-nfv-ns {
             information element";
        }

        leaf provider {
          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 connectivity-type;

        list df {