]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-firewall-vm-opts.adoc
attrs: update cephdocs template to quincy
[pve-docs.git] / pve-firewall-vm-opts.adoc
index c510a7b279ced0f28ab37502173a087326cec1c3..9f191cf948dcdb577c493d9f0b561332d601b5e9 100644 (file)
@@ -1,44 +1,40 @@
-`dhcp`: `boolean` ::
+`dhcp`: `<boolean>` ('default =' `0`)::
 
 Enable DHCP.
 
-`enable`: `boolean` ::
+`enable`: `<boolean>` ('default =' `0`)::
 
 Enable/disable firewall rules.
 
-`ipfilter`: `boolean` ::
+`ipfilter`: `<boolean>` ::
 
-Enable 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.
+Enable 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.
 
-`log_level_in`: `(alert | crit | debug | emerg | err | info | nolog | notice | warning)` ::
+`log_level_in`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
 
 Log level for incoming traffic.
 
-`log_level_out`: `(alert | crit | debug | emerg | err | info | nolog | notice | warning)` ::
+`log_level_out`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
 
 Log level for outgoing traffic.
 
-`macfilter`: `boolean` ::
+`macfilter`: `<boolean>` ('default =' `1`)::
 
 Enable/disable MAC address filter.
 
-`ndp`: `boolean` ::
+`ndp`: `<boolean>` ('default =' `0`)::
 
-Enable NDP.
+Enable NDP (Neighbor Discovery Protocol).
 
-`policy_in`: `(ACCEPT | DROP | REJECT)` ::
+`policy_in`: `<ACCEPT | DROP | REJECT>` ::
 
 Input policy.
 
-`policy_out`: `(ACCEPT | DROP | REJECT)` ::
+`policy_out`: `<ACCEPT | DROP | REJECT>` ::
 
 Output policy.
 
-`radv`: `boolean` ::
+`radv`: `<boolean>` ::
 
 Allow sending Router Advertisement.