We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e5157 commit 4bfd9aaCopy full SHA for 4bfd9aa
root/usr/share/firewall4/templates/ruleset.uc
@@ -61,6 +61,9 @@ table inet fw4 {
61
{% if (set.timeout > 0): %}
62
timeout {{ set.timeout }}s
63
{% endif %}
64
+{% if (set.counters): %}
65
+ counter
66
+{% endif %}
67
{% if (set.interval): %}
68
auto-merge
69
tests/05_ipsets/01_declaration
@@ -57,6 +57,7 @@ table inet fw4 {
57
type ipv4_addr . inet_service
58
size 1000
59
timeout 600s
60
flags timeout
elements = {
1.2.3.4 . 80,
0 commit comments