CHanger for interface mgr as provider, new commit.
[vpnservice.git] / interfacemgr / interfacemgr-api / src / main / yang / odl-interface.yang
index f1483dba2f25bc5b7104cc7c03f8d83158ba4713..78816c8d03a55984835b65670c308ed0a85f0389 100644 (file)
@@ -21,7 +21,11 @@ module odl-interface {
     }
 
     import opendaylight-inventory {
-        prefix inv; revision-date "2013-08-19";
+        prefix inv; revision-date 2013-08-19;
+    }
+
+    import config {
+        prefix config; revision-date 2013-04-05;
     }
 
     revision "2015-03-31" {
@@ -61,6 +65,11 @@ module odl-interface {
         base tunnel-type-base;
     }
 
+    identity odl-interface {
+        base "config:service-type";
+        config:java-class "org.opendaylight.vpnservice.interfacemgr.interfaces.IInterfaceManager";
+    }
+
     /* base/common properties */
     augment "/if:interfaces/if:interface" {
         ext:augment-identifier "base-ids";
@@ -156,4 +165,3 @@ module odl-interface {
     }
 
 }
-