Add missing comma. Signed-off-by: Tao YunXiang <[email protected]> Cc: Joe Stringer <[email protected]>
--- 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 [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
