Interface nodesLxcFirewallOptionsGetOptions

Returned by GET /nodes/{node}/lxc/{vmid}/firewall/options

Hierarchy

  • nodesLxcFirewallOptionsGetOptions

Indexable

[additionalProperties: string]: any

Properties

dhcp?: boolean

Enable DHCP.

enable?: boolean

Enable/disable firewall rules.

ipfilter?: boolean

Enable default IP filters. This is equivalent to adding an empty ipfilter-net ipset for every interface. Such ipsets implicitly contain sane default restrictions such as restricting IPv6 link local addresses to the one derived from the interface's MAC address. For containers the configured IP addresses will be implicitly added.

log_level_in?: string

Log level for incoming traffic.

log_level_out?: string

Log level for outgoing traffic.

macfilter?: boolean

Enable/disable MAC address filter.

ndp?: boolean

Enable NDP (Neighbor Discovery Protocol).

policy_in?: string

Input policy.

policy_out?: string

Output policy.

radv?: boolean

Allow sending Router Advertisement.

Generated using TypeDoc