Fix affinity-topology-all.yang for bug #81. 19/1419/1
authorSuchi Raman <suchi.raman@plexxi.com>
Wed, 25 Sep 2013 13:17:05 +0000 (09:17 -0400)
committerSuchi Raman <suchi.raman@plexxi.com>
Wed, 25 Sep 2013 13:17:05 +0000 (09:17 -0400)
Signed-off-by: Suchi Raman <suchi.raman@plexxi.com>
affinity/yang/src/main/yang/affinity-topology-all.yang

index e36bef17e664ccc4c120d9b0e60687f2c4b8c1e0..8fa5ca7fc4eec3ffc6bc3dbe23118134499d18e8 100644 (file)
@@ -5,7 +5,7 @@ module affinity-topology-all {
     import ietf-inet-types { prefix inet; }
     import ietf-yang-types { prefix yang; }
     import yang-ext { prefix ext; }
-    import inventory {prefix inv;}
+//    import inventory {prefix inv;}
 
     revision "2013-09-16" {
         description "Initial revision of affinity model to be reviewed";
@@ -75,14 +75,6 @@ module affinity-topology-all {
         }
     }
    
-    // Redirect flows through list of waypoints represented by node-connectors. 
-    grouping redirect-path {
-        list node-connectors {
-            key id;
-            uses inv:node-connector-id; // or ref?
-        }
-    }
-
     // oversubscription path
     grouping oversubscription-path {
         leaf max-link-oversubscription-percent {
@@ -107,11 +99,6 @@ module affinity-topology-all {
                         uses shortest-path;
                     }
             }
-            case redirect-path {
-                    container redirect-path {
-                        uses redirect-path;
-                    }
-            }
             case oversubscription-path {
                     container oversubscription-path {
                         uses oversubscription-path;