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

taoyunupt taoyunupt at 126.com
Mon Jun 7 11:31:08 UTC 2021


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 at cmss.chinamobile.com> wrote:
>Add missing comma.
>
>Signed-off-by: Tao YunXiang <taoyunxiang at cmss.chinamobile.com>
>Cc: Joe Stringer <joe at 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 at openvswitch.org
>https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list