From 580d1297d5f7e4f4b681a4b21e525f1169c4cbb1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 16 Mar 2022 15:23:27 +0100 Subject: [PATCH] firewall: text width fixes Signed-off-by: Thomas Lamprecht --- pve-firewall-rules-opts.adoc | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/pve-firewall-rules-opts.adoc b/pve-firewall-rules-opts.adoc index 22ee5d6..3735ab7 100644 --- a/pve-firewall-rules-opts.adoc +++ b/pve-firewall-rules-opts.adoc @@ -1,10 +1,17 @@ `--dest` `` :: -Restrict packet destination address. This can refer to a single IP address, an IP set ('+ipsetname') or an IP alias definition. You can also specify an address range like '20.34.101.207-201.3.9.99', or a list of IP addresses and networks (entries are separated by comma). Please do not mix IPv4 and IPv6 addresses inside such lists. +Restrict packet destination address. This can refer to a single IP address, an +IP set ('+ipsetname') or an IP alias definition. You can also specify an +address range like '20.34.101.207-201.3.9.99', or a list of IP addresses and +networks (entries are separated by comma). Please do not mix IPv4 and IPv6 +addresses inside such lists. `--dport` `` :: -Restrict TCP/UDP destination port. You can use service names or simple numbers (0-65535), as defined in '/etc/services'. Port ranges can be specified with '\d+:\d+', for example '80:85', and you can use comma separated list to match several ports or ranges. +Restrict TCP/UDP destination port. You can use service names or simple numbers +(0-65535), as defined in '/etc/services'. Port ranges can be specified with +'\d+:\d+', for example '80:85', and you can use comma separated list to match +several ports or ranges. `--icmp-type` `` :: @@ -15,7 +22,8 @@ Type[/Code] value, for example 'network-unreachable' which corresponds to `--iface` `` :: -Network interface name. You have to use network configuration key names for VMs and containers ('net\d+'). Host related rules can use arbitrary strings. +Network interface name. You have to use network configuration key names for VMs +and containers ('net\d+'). Host related rules can use arbitrary strings. `--log` `` :: @@ -23,13 +31,21 @@ Log level for firewall rule. `--proto` `` :: -IP protocol. You can use protocol names ('tcp'/'udp') or simple numbers, as defined in '/etc/protocols'. +IP protocol. You can use protocol names ('tcp'/'udp') or simple numbers, as +defined in '/etc/protocols'. `--source` `` :: -Restrict packet source address. This can refer to a single IP address, an IP set ('+ipsetname') or an IP alias definition. You can also specify an address range like '20.34.101.207-201.3.9.99', or a list of IP addresses and networks (entries are separated by comma). Please do not mix IPv4 and IPv6 addresses inside such lists. +Restrict packet source address. This can refer to a single IP address, an IP +set ('+ipsetname') or an IP alias definition. You can also specify an address +range like '20.34.101.207-201.3.9.99', or a list of IP addresses and networks +(entries are separated by comma). Please do not mix IPv4 and IPv6 addresses +inside such lists. `--sport` `` :: -Restrict TCP/UDP source port. You can use service names or simple numbers (0-65535), as defined in '/etc/services'. Port ranges can be specified with '\d+:\d+', for example '80:85', and you can use comma separated list to match several ports or ranges. +Restrict TCP/UDP source port. You can use service names or simple numbers +(0-65535), as defined in '/etc/services'. Port ranges can be specified with +'\d+:\d+', for example '80:85', and you can use comma separated list to match +several ports or ranges.