set_cluster_firewall_options
Configure cluster-wide firewall settings including enabling/disabling, default policies, log rate limiting, and ebtables rules.
Instructions
Set cluster-wide firewall options.
Args: enable: 1 to enable, 0 to disable, -1 to not change. policy_in: Default input policy: 'ACCEPT', 'REJECT', 'DROP'. policy_out: Default output policy: 'ACCEPT', 'REJECT', 'DROP'. log_ratelimit: Log rate limit (e.g. 'enable=1,rate=1/second,burst=5'). ebtables: 1 to enable ebtables rules, 0 to disable, -1 to not change. delete: Comma-separated options to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enable | No | ||
| policy_in | No | ||
| policy_out | No | ||
| log_ratelimit | No | ||
| ebtables | No | ||
| delete | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |