Skip to content
Snippets Groups Projects
Commit 5f640238 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: Unclutter firwall logs on gate

parent c3d9c3e5
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ table inet filter {
iifname { {{ eth_external | join(", ") }} } jump input-ext
iifname { {{ eth_internal | join(", ") }} } jump input-int
limit rate 1/second log prefix "filter drop "
drop
}
......@@ -82,7 +81,7 @@ table inet filter {
oifname { {{ eth_external | join(", " ) }} } \
accept
log prefix "forward drop " drop
drop
}
chain output {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment