Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwindower committed Apr 16, 2020
1 parent 30f5639 commit ce626c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/test_data/case1/expected.nftablev4
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ table ip firewall {
ip daddr { 162.159.200.1/32 } udp dport { 123 } counter accept comment "accept traffic for np np-egress-ntp udp"

counter comment "count dropped packets"
limit rate 2/minute counter packets 1 bytes 40 log prefix "nftables-firewall-dropped: "
limit rate 10/second counter packets 1 bytes 40 log prefix "nftables-firewall-dropped: "
}
}

0 comments on commit ce626c8

Please sign in to comment.