]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-firewall.8-synopsis.adoc
fixup: s/devies/devices/
[pve-docs.git] / pve-firewall.8-synopsis.adoc
index f46eb5b8cd9b3e64fdcef83c44900d36fe9a84c3..882aab81d01dde87845ab1583919870a5ad681c1 100644 (file)
@@ -4,97 +4,79 @@
 
 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` `<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.
 
-`-dest` `string` ::
+`--dest` `<string>` ::
 
 Destination IP address.
 
-`-dport` `integer` ::
+`--dport` `<integer>` ::
 
 Destination port.
 
-`-from` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` (default=`outside`)::
+`--from` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` ('default =' `outside`)::
 
 Source zone.
 
-`-protocol` `(tcp|udp)` (default=`tcp`)::
+`--protocol` `(tcp|udp)` ('default =' `tcp`)::
 
 Protocol.
 
-`-source` `string` ::
+`--source` `<string>` ::
 
 Source IP address.
 
-`-sport` `integer` ::
+`--sport` `<integer>` ::
 
 Source port.
 
-`-to` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` (default=`host`)::
+`--to` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` ('default =' `host`)::
 
 Destination zone.
 
-`-verbose` `boolean` (default=`0`)::
+`--verbose` `<boolean>` ('default =' `0`)::
 
 Verbose output.
 
-
-
 *pve-firewall start* `[OPTIONS]`
 
 Start the Proxmox VE firewall service.
 
-`-debug` `boolean` (default=`0`)::
+`--debug` `<boolean>` ('default =' `0`)::
 
 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.
 
 
-
-