add documentation for the new icmp-type parameter

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Mira Limbeck 2020-05-29 14:22:05 +02:00 committed by Thomas Lamprecht
parent c43c999f81
commit bdb9c34e11

View 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>` ::