ITM module sync-up
[genius.git] / itm / itm-api / src / main / yang / itm-rpc.yang
index 868256a2a352a8e0baec18ec17d98c696e3411c1..d20c358398635779fef7ad2987ae0a34c84d4c9f 100644 (file)
@@ -255,4 +255,19 @@ module itm-rpc {
                 }
             }
         }
+
+        rpc is-dcgw-present {
+            description "Used for determining whether tunnel is an internal or an external tunnel";
+                input {
+                    leaf dcgw-ip {
+                        type string;
+                    }
+                }
+                output {
+                    leaf retVal {
+                        type uint32;
+                }
+            }
+        }
+
     }