]> git.proxmox.com Git - pve-docs.git/commitdiff
add documentation for the new icmp-type parameter
authorMira Limbeck <m.limbeck@proxmox.com>
Fri, 29 May 2020 12:22:05 +0000 (14:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Mar 2022 14:22:59 +0000 (15:22 +0100)
Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pve-firewall-rules-opts.adoc

index 4e674af1c9a84c916bc9e4c8c373c7aefe1c811e..22ee5d692e7642ca352e203a3f4483144904bee6 100644 (file)
@@ -8,7 +8,10 @@ Restrict TCP/UDP destination port. You can use service names or simple numbers (
 
 `--icmp-type` `<string>` ::
 
-Specify icmp-type. Only valid if proto equals 'icmp'.
+Restrict ICMP packets to specific types. You can either use the names as
+ip[6]tables ('ip[6]tables -p icmp[v6] -h') provides them, or use the
+Type[/Code] value, for example 'network-unreachable' which corresponds to
+'3/0'.
 
 `--iface` `<string>` ::