Fixes: 4ff608e9179e ("controller: CT zone allocation for DGP LSPs enabled ACL.")
Signed-off-by: Xie Liu <[email protected]>
---
 tests/system-ovn.at | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/system-ovn.at b/tests/system-ovn.at
index 33aaa4cd7..7c6fabfd8 100644
--- a/tests/system-ovn.at
+++ b/tests/system-ovn.at
@@ -18751,8 +18751,8 @@ check ovn-nbctl pg-add gw_pg ext_lr
 
 # Add ACL rule to enable connection tracking for external gateway traffic
 # allowing ICMP from vm1 to external.
-check ovn-nbctl acl-add gw_pg to-lport 2001 "inport == @gw_pg && ip4  && 
icmp4" allow-related
-check ovn-nbctl acl-add gw_pg to-lport 1001 "inport == @gw_pg && ip4" drop
+check ovn-nbctl acl-add gw_pg from-lport 2001 "inport == @gw_pg && ip4  && 
icmp4" allow-related
+check ovn-nbctl acl-add gw_pg from-lport 1001 "inport == @gw_pg && ip4" drop
 check ovn-nbctl acl-add gw_pg to-lport 1001 "outport == @gw_pg && ip4" drop
 
 # Create namespace vm1.
-- 
2.27.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to