X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-firewall-cluster-opts.adoc;h=dbde950fd89f3d192455e21a99b7c1c5e175628d;hb=ba021358f741ad6c8dcbf6364b1ef9824e1e0cdf;hp=0c87244f6ca862163443adcc0be6a41f06252055;hpb=c48819d1d92d01a0c697a14fac76ba910d35d042;p=pve-docs.git diff --git a/pve-firewall-cluster-opts.adoc b/pve-firewall-cluster-opts.adoc index 0c87244..dbde950 100644 --- a/pve-firewall-cluster-opts.adoc +++ b/pve-firewall-cluster-opts.adoc @@ -1,12 +1,32 @@ -`enable`: `integer (0 - N)` :: +`ebtables`: `` ('default =' `1`):: + +Enable ebtables rules cluster wide. + +`enable`: ` (0 - N)` :: Enable or disable the firewall cluster wide. -`policy_in`: `(ACCEPT | DROP | REJECT)` :: +`log_ratelimit`: `[enable=]<1|0> [,burst=] [,rate=]` :: + +Log ratelimiting settings + +`burst`=` (0 - N)` ('default =' `5`);; + +Inital burst of packages which will get logged + +`enable`=`` ('default =' `1`);; + +Enable or disable log rate limiting + +`rate`=`` ('default =' `1/second`);; + +Frequency with which the burst bucket gets refilled + +`policy_in`: `` :: Input policy. -`policy_out`: `(ACCEPT | DROP | REJECT)` :: +`policy_out`: `` :: Output policy.