5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-06 13:17:48 +03:00
pve-docs/pve-firewall-cluster-opts.adoc
Thomas Lamprecht 4772952b60 update static and schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-11-24 14:31:57 +01:00

33 lines
689 B
Plaintext

`ebtables`: `<boolean>` ('default =' `1`)::
Enable ebtables rules cluster wide.
`enable`: `<integer> (0 - N)` ::
Enable or disable the firewall cluster wide.
`log_ratelimit`: `[enable=]<1|0> [,burst=<integer>] [,rate=<rate>]` ::
Log ratelimiting settings
`burst`=`<integer> (0 - N)` ('default =' `5`);;
Initial burst of packages which will always get logged before the rate is applied
`enable`=`<boolean>` ('default =' `1`);;
Enable or disable log rate limiting
`rate`=`<rate>` ('default =' `1/second`);;
Frequency with which the burst bucket gets refilled
`policy_in`: `<ACCEPT | DROP | REJECT>` ::
Input policy.
`policy_out`: `<ACCEPT | DROP | REJECT>` ::
Output policy.