Bug 9022: ACL: Broadcast traffic is dropped in ACL tables
[netvirt.git] / vpnservice / aclservice / api / src / main / yang / aclservice.yang
index a88aee50ccacc85640a874d233d857e86e5ca908..fa19745be7ca90f96116a2f3f8c23acac03e17a7 100644 (file)
@@ -7,7 +7,7 @@ module aclservice {
     import ietf-yang-types { prefix "yang"; revision-date 2013-07-15; }
     import yang-ext { prefix ext; revision-date 2013-07-09;}
     import ietf-interfaces { prefix "ietf-if"; revision-date 2014-05-08;}
-    import ietf-inet-types { prefix "inet"; revision-date 2010-09-24; }
+    import ietf-inet-types { prefix "inet"; revision-date 2013-07-15; }
 
     description
         "ACL Service module";
@@ -80,4 +80,18 @@ module aclservice {
             }
         }
     }
+
+    container ports-subnet-ip-prefixes {
+        list port-subnet-ip-prefixes {
+            key port-id;
+            leaf port-id {
+                type string;
+                description "Port ID";
+            }
+            leaf-list subnet-ip-prefixes {
+                type ip-prefix-or-address;
+                description "Subnet IP Prefixes of the Port.";
+            }
+        }
+    }
 }