Merge "Modified the aclservice-api.yang."
authorSam Hague <shague@redhat.com>
Mon, 20 Jun 2016 14:47:20 +0000 (14:47 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 20 Jun 2016 14:47:20 +0000 (14:47 +0000)
vpnservice/aclservice/api/src/main/yang/aclservice-api.yang

index 4d1ae7221cbd6073e3d8e2dcc0f2ee69db824cb6..e7cf9f3e0e4b1c4b2e81c1e5e1a9a498907e0988 100644 (file)
@@ -38,17 +38,9 @@ module aclservice-api {
 
     }
 
-    augment "/ietf-acl:access-lists/ietf-acl:acl" {
+    augment "/ietf-acl:access-lists/ietf-acl:acl/ietf-acl:access-list-entries/ietf-acl:ace" {
         description "Security Group Attributes";
         ext:augment-identifier "security-group-attr";
-        leaf id {
-            type yang:uuid;
-            description "Security Rule ID.";
-        }
-        leaf security-group-id {
-            type yang:uuid;
-            description "The security group ID to associate with this security group rule.";
-        }
         leaf remote-group-id {
             description "The remote group ID to be associated with this security group rule.";
             type yang:uuid;
@@ -75,5 +67,5 @@ module aclservice-api {
             type yang:uuid;
             description "The security group ID to associate with this interface.";
         }
-   }
+    }
 }