Service-Recovery: Support needed for ACL feature introduced in SRM
[genius.git] / srm / api / src / main / yang / srm-types.yang
index c75a056f746d255723817fcc0efbd5f7777676f0..92942293c19c505b63842af776881a835b546d7d 100644 (file)
@@ -43,6 +43,10 @@ module srm-types {
         description "SRM Entity name for elan service";
         base entity-name-base;
     }
+    identity netvirt-acl {
+        description "SRM Entity name for ACL service";
+        base entity-name-base;
+    }
     identity ofplugin {
         description "SRM Entity name for openflowplugin service";
         base entity-name-base;
@@ -86,6 +90,15 @@ module srm-types {
         base entity-name-base;
     }
 
+    identity netvirt-acl-interface {
+        description "SRM Entity name for ACL interface";
+        base entity-name-base;
+    }
+
+    identity netvirt-acl-instance {
+        description "SRM Entity name for ACL instance";
+         base entity-name-base;
+    }
 
     /* Service operations */
     identity service-op-base {