Bug 9022: ACL: Broadcast traffic is dropped in ACL tables
[netvirt.git] / vpnservice / aclservice / impl / src / main / java / org / opendaylight / netvirt / aclservice / TransparentIngressAclServiceImpl.java
index f5dd8a65e961cb732d2ed73cd243dbd9165e1c20..6d3e0c64f3dc1831e40c28a03e1b74253e59584e 100644 (file)
@@ -50,8 +50,8 @@ public class TransparentIngressAclServiceImpl extends AbstractIngressAclServiceI
     }
 
     @Override
-    protected void programGeneralFixedRules(BigInteger dpid, String dhcpMacAddress,
-            List<AllowedAddressPairs> allowedAddresses, int lportTag, Action action,
+    protected void programGeneralFixedRules(AclInterface port, String dhcpMacAddress,
+            List<AllowedAddressPairs> allowedAddresses, Action action,
             int addOrRemove) {
         LOG.debug("transparent ingress acl service - do nothing");
     }