5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-10 01:17:51 +03:00
pve-docs/pve-firewall-cluster-opts.adoc
Thomas Lamprecht 95895385d2 run make update
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-04 17:17:19 +02:00

33 lines
654 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`);;
Inital burst of packages which will get logged
`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.