Rewrite NTS Framework.
[sim/o1-interface.git] / ntsimulator / deploy / x-ran / yang / xran-mplane-int.yang
@@ -109,7 +109,8 @@ module xran-mplane-int {
         }
         leaf sub-interface {
           type leafref {
-            path "/if:interfaces/if:interface[if:name = current()/../interface-name]/xran-int:vlan-id";
+            //checkAL added prefix to interface-name
+            path "/if:interfaces/if:interface[if:name = current()/../xran-mplane-int:interface-name]/xran-int:vlan-id";
           }
           description
             "vlans used to communicate with management plane servers.";