]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-firewall.8-synopsis.adoc
fix #3967: add ZFS dRAID documentation
[pve-docs.git] / pve-firewall.8-synopsis.adoc
index 729c81adce0d37c6a0fd3b92ffc1af2c15daa894..cd2f2fe9fef3715393454076f7f6bf7e8c4b6295 100644 (file)
@@ -4,41 +4,31 @@
 
 Compile and print firewall rules. This is useful for testing.
 
-
-
-
-*pve-firewall help* `[<cmd>]` `[OPTIONS]`
+*pve-firewall help* `[OPTIONS]`
 
 Get help about specified command.
 
-`<cmd>`: `<string>` ::
+`--extra-args` `<array>` ::
 
-Command name
+Shows help for a specific command
 
 `--verbose` `<boolean>` ::
 
 Verbose output format.
 
-
-
-
 *pve-firewall localnet*
 
 Print information about local network.
 
-
-
 *pve-firewall restart*
 
 Restart the Proxmox VE firewall service.
 
-
-
 *pve-firewall simulate* `[OPTIONS]`
 
-Simulate firewall rules. This does not simulate kernel 'routing' table.
-Instead, this simply assumes that routing from source zone to destination
-zone is possible.
+Simulate firewall rules. This does not simulates the kernel 'routing'
+table, but simply assumes that routing from source zone to destination zone
+is possible.
 
 `--dest` `<string>` ::
 
@@ -72,8 +62,6 @@ Destination zone.
 
 Verbose output.
 
-
-
 *pve-firewall start* `[OPTIONS]`
 
 Start the Proxmox VE firewall service.
@@ -82,19 +70,14 @@ Start the Proxmox VE firewall service.
 
 Debug mode - stay in foreground
 
-
-
 *pve-firewall status*
 
 Get firewall status.
 
-
-
 *pve-firewall stop*
 
-Stop firewall. This removes all Proxmox VE related iptable rules. The host
-is unprotected afterwards.
-
-
+Stop the Proxmox VE firewall service. Note, stopping actively removes all
+Proxmox VE related iptable rules rendering the host potentially
+unprotected.