Move interface acls to separate yang module
[honeycomb.git] / v3po / api / src / main / yang / vpp-vlan.yang
index ffe009a..cd3d320 100644 (file)
@@ -33,6 +33,9 @@ module vpp-vlan {
   import v3po {
     prefix v3po;
   }
+  import vpp-acl {
+    prefix vpp-acl;
+  }
 
   typedef sub-interface-status {
     type enumeration {
@@ -167,19 +170,19 @@ module vpp-vlan {
 
     container acl {
       container ingress {
-        uses v3po:acl-base-attributes;
+        uses vpp-acl:acl-base-attributes;
       }
       container egress {
-        uses v3po:acl-base-attributes;
+        uses vpp-acl:acl-base-attributes;
       }
     }
 
     container ietf-acl {
       container ingress {
-        uses v3po:ietf-acl-base-attributes;
+        uses vpp-acl:ietf-acl-base-attributes;
       }
       container egress {
-        uses v3po:ietf-acl-base-attributes;
+        uses vpp-acl:ietf-acl-base-attributes;
       }
     }
   }