diff mbox series

[ovs-dev] system-traffic.at:add missing comma

Message ID 20210526025345.29365-1-taoyunxiang@cmss.chinamobile.com
State Accepted
Headers show
Series [ovs-dev] system-traffic.at:add missing comma | expand

Commit Message

taoyunxiang May 26, 2021, 2:53 a.m. UTC
Add missing comma.

Signed-off-by: Tao YunXiang <taoyunxiang@cmss.chinamobile.com>
Cc: Joe Stringer <joe@ovn.org>

---
 tests/system-traffic.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

taoyunupt June 7, 2021, 11:31 a.m. UTC | #1
Hi ,
      Please help to review this patch. It  has passed couple of days. Thanks.





Thanks,

YUN


At 2021-05-26 10:53:45, "Tao YunXiang" <taoyunxiang@cmss.chinamobile.com> wrote:
>Add missing comma.
>
>Signed-off-by: Tao YunXiang <taoyunxiang@cmss.chinamobile.com>
>Cc: Joe Stringer <joe@ovn.org>
>
>---
> tests/system-traffic.at | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/tests/system-traffic.at b/tests/system-traffic.at
>index fb5b9a36d..ed925cea5 100644
>--- a/tests/system-traffic.at
>+++ b/tests/system-traffic.at
>@@ -2561,7 +2561,7 @@ priority=10,arp,action=normal
> 
> dnl Only allow non-fragmented messages and 1st fragments of each message
> priority=100,in_port=1,icmp,ip_frag=no,action=ct(commit,zone=9),2
>-priority=100,in_port=1,icmp,ip_frag=firstaction=ct(commit,zone=9),2
>+priority=100,in_port=1,icmp,ip_frag=first,action=ct(commit,zone=9),2
> priority=100,in_port=2,ct_state=-trk,icmp,action=ct(table=0,zone=9)
> priority=100,in_port=2,ct_state=+trk+est-new,icmp,action=1
> ])
>-- 
>2.17.1
>
>
>
>_______________________________________________
>dev mailing list
>dev@openvswitch.org
>https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Ben Pfaff June 10, 2021, 11:10 p.m. UTC | #2
On Wed, May 26, 2021 at 10:53:45AM +0800, Tao YunXiang wrote:
> Add missing comma.
> 
> Signed-off-by: Tao YunXiang <taoyunxiang@cmss.chinamobile.com>
> Cc: Joe Stringer <joe@ovn.org>

Thanks, applied to master.
diff mbox series

Patch

diff --git a/tests/system-traffic.at b/tests/system-traffic.at
index fb5b9a36d..ed925cea5 100644
--- a/tests/system-traffic.at
+++ b/tests/system-traffic.at
@@ -2561,7 +2561,7 @@  priority=10,arp,action=normal
 
 dnl Only allow non-fragmented messages and 1st fragments of each message
 priority=100,in_port=1,icmp,ip_frag=no,action=ct(commit,zone=9),2
-priority=100,in_port=1,icmp,ip_frag=firstaction=ct(commit,zone=9),2
+priority=100,in_port=1,icmp,ip_frag=first,action=ct(commit,zone=9),2
 priority=100,in_port=2,ct_state=-trk,icmp,action=ct(table=0,zone=9)
 priority=100,in_port=2,ct_state=+trk+est-new,icmp,action=1
 ])