From 7f08c82a60fe507df8f26246db67c386ce01dbd0 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Fri, 27 Sep 2019 18:54:13 -0700 Subject: [PATCH] Fixed prefixes for some of the typedefs. --- src/yang/etsi-nfv-vnf.yang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 56fcafb..e4d737b 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -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."; -- GitLab