Fix bugs in yang files.
[mdsal.git] / model / ietf / ietf-topology-isis / src / main / yang / isis-topology@2013-10-21.yang
index 2e704bc50a8617e59f4a93bf23d0dd79346b95bd..edf75ca6ea4ad7425070291af548beea6417481c 100644 (file)
@@ -5,12 +5,15 @@ module isis-topology {
     prefix "isis";
     import network-topology {
         prefix nt;
+        revision-date 2013-10-21;
     }
     import l3-unicast-igp-topology {
         prefix igp;
+        revision-date 2013-10-21;
     }
     import ted {
         prefix ted;
+        revision-date 2013-10-21;
     }
 
     organization "TBD";
@@ -51,7 +54,7 @@ module isis-topology {
     }
 
     augment "/nt:network-topology/nt:topology/igp:igp-topology-attributes" {
-        when "../nt:topology-types/l3t:l3-unicast-igp-topology/isis";
+        when "../nt:topology-types/igp:l3-unicast-igp-topology/isis";
         container isis-topology-attributes {
             leaf net {
                 type iso-net-id;
@@ -60,13 +63,13 @@ module isis-topology {
     }
 
     augment "/nt:network-topology/nt:topology/nt:node/igp:igp-node-attributes" {
-        when "../../nt:topology-types/l3t:l3-unicast-igp-topology/isis";
+        when "../../nt:topology-types/igp:l3-unicast-igp-topology/isis";
         uses isis-node-attributes;
     }
 
     augment "/nt:network-topology/nt:topology/nt:link/igp:igp-link-attributes" {
 
-        when "../../nt:topology-types/l3t:l3-unicast-igp-topology/isis";
+        when "../../nt:topology-types/igp:l3-unicast-igp-topology/isis";
         uses isis-link-attributes;
     }