Commit 7f08c82a authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

Fixed prefixes for some of the typedefs.

parent ef351be0
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2633,7 +2633,7 @@ submodule etsi-nfv-vnf {
        container details {
          container uri-components {
            leaf scheme {
              type yang:uri;
              type inet:uri;
              description
                "Corresponds to the scheme component of a URI, as
                 per IETF RFC 3986.";
@@ -2656,7 +2656,7 @@ submodule etsi-nfv-vnf {
              }

              leaf host {
                type yang:host;
                type inet:host;
                description
                  "Corresponds to the host field of the authority
                   component of a URI, as per IETF RFC 3986.";
@@ -2665,7 +2665,7 @@ submodule etsi-nfv-vnf {
              }

              leaf port {
                type yang:port-number;
                type inet:port-number;
                description
                  "Corresponds to the port field of the authority
                   component of a URI, as per IETF RFC 3986.";