Skip to content

Commit

Permalink
system-traffic.at:add missing comma
Browse files Browse the repository at this point in the history
Add missing comma.

Signed-off-by: Tao YunXiang <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Cc: Joe Stringer <[email protected]>
  • Loading branch information
Tao YunXiang authored and blp committed Jun 10, 2021
1 parent 9f3815e commit 91cb55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system-traffic.at
Original file line number Diff line number Diff line change
Expand Up @@ -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
])
Expand Down

0 comments on commit 91cb55b

Please sign in to comment.