]> git.proxmox.com Git - pve-docs.git/blame_incremental - pve-firewall-vm-opts.adoc
output-format.adoc: fix typo
[pve-docs.git] / pve-firewall-vm-opts.adoc
... / ...
CommitLineData
1`dhcp`: `<boolean>` ::
2
3Enable DHCP.
4
5`enable`: `<boolean>` ::
6
7Enable/disable firewall rules.
8
9`ipfilter`: `<boolean>` ::
10
11Enable default IP filters. This is equivalent to adding an empty ipfilter-net<id> 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.
12
13`log_level_in`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
14
15Log level for incoming traffic.
16
17`log_level_out`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
18
19Log level for outgoing traffic.
20
21`macfilter`: `<boolean>` ::
22
23Enable/disable MAC address filter.
24
25`ndp`: `<boolean>` ::
26
27Enable NDP.
28
29`policy_in`: `<ACCEPT | DROP | REJECT>` ::
30
31Input policy.
32
33`policy_out`: `<ACCEPT | DROP | REJECT>` ::
34
35Output policy.
36
37`radv`: `<boolean>` ::
38
39Allow sending Router Advertisement.
40