Bug 4996 - Wrong flows when using SFC coexistence
[netvirt.git] / openstack / net-virt-sfc / it / src / test / java / org / opendaylight / ovsdb / openstack / netvirt / sfc / it / utils / AclUtils.java
index 760bf6152d9af4eb39ce52ffd9dc30e0106e496a..0f5e574c231c7c900e1d0fe06844e3dc364e81a2 100644 (file)
@@ -41,8 +41,7 @@ public class AclUtils extends AbstractUtils {
         AceIpBuilder aceIpBuilder = new AceIpBuilder()
                 .setSourcePortRange(sourcePortRangeBuilder.build())
                 .setDestinationPortRange(destinationPortRangeBuilder.build())
-                .setProtocol((short)6)
-                .setAceIpVersion(new AceIpv4Builder().build());
+                .setProtocol((short)6);
 
         return matchesBuilder.setAceType(aceIpBuilder.build());
     }