]> git.proxmox.com Git - pve-firewall.git/commitdiff
followup: use default burst limit of 5
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Mar 2019 13:36:40 +0000 (14:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Mar 2019 13:36:42 +0000 (14:36 +0100)
it does not hurt and can be be used to see high frequeny occurences
of certain rules which hit.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Firewall.pm

index ccc5d7ffb62f1ef4c4d59e363192f512c88742c9..5d6de8675f99eebc8b1929b9a8994b1a9a61271b 100644 (file)
@@ -2100,7 +2100,7 @@ sub get_log_rule_base {
     # Note: we use special format for prefix to pass further
     # info to log daemon (VMID, LOGLEVEL and CHAIN)
 
-    return "-m limit --limit 1/sec --limit-burst 1 -j NFLOG --nflog-prefix \":$vmid:$loglevel:$chain: $msg\"";
+    return "-m limit --limit 1/sec -j NFLOG --nflog-prefix \":$vmid:$loglevel:$chain: $msg\"";
 }
 
 sub ruleset_add_chain_policy {