Implemented new RPCs, add/delete int/ext I/f name
[vpnservice.git] / itm / itm-api / src / main / yang / itm-state.yang
index ea54594c351f00b4658e850967002d6cd7b9f4f2..ca39c03eda5c66365aa14b392680a80a069cee92 100644 (file)
@@ -79,7 +79,7 @@ module itm-state {
 
 
       container tunnel-list {
-             list tunnel {
+             list internal-tunnel {
 
                key  "source-DPN destination-DPN";
 
@@ -98,7 +98,7 @@ module itm-state {
                }
              }
           }
-          
+
       container external-tunnel-list {
              list external-tunnel {
 
@@ -120,7 +120,7 @@ module itm-state {
 
              }
           }
-          
+
           notification itm-tunnel-build-complete{
           }