commit 14bcde4e9b9f8c3638e37705ba57c3fac8e9b80f Author: Thomas Woerner Date: Fri Apr 28 18:38:50 2017 +0200 Man pages: Mention sctp and dccp protocols for remaining ports, .. diff --git a/doc/xml/firewall-cmd.xml b/doc/xml/firewall-cmd.xml index a5b5acd..bf4e7a0 100644 --- a/doc/xml/firewall-cmd.xml +++ b/doc/xml/firewall-cmd.xml @@ -549,7 +549,7 @@ timeval is either a number (of seconds) or number followed by one of characters s (seconds), m (minutes), h (hours), for example 20m or 1h. - The port can either be a single port number or a port range portid-portid. The protocol can either be tcp or udp. + The port can either be a single port number or a port range portid-portid. The protocol can either be tcp, udp, sctp or dccp. The option is not combinable with the option. @@ -639,7 +639,7 @@ timeval is either a number (of seconds) or number followed by one of characters s (seconds), m (minutes), h (hours), for example 20m or 1h. - The port can either be a single port number or a port range portid-portid. The protocol can either be tcp or udp. + The port can either be a single port number or a port range portid-portid. The protocol can either be tcp, udp, sctp or dccp. The option is not combinable with the option. @@ -732,7 +732,7 @@ timeval is either a number (of seconds) or number followed by one of characters s (seconds), m (minutes), h (hours), for example 20m or 1h. - The port can either be a single port number portid or a port range portid-portid. The protocol can either be tcp or udp. The destination address is a simple IP address. + The port can either be a single port number portid or a port range portid-portid. The protocol can either be tcp, udp, sctp or dccp. The destination address is a simple IP address. The option is not combinable with the option. diff --git a/doc/xml/firewall-offline-cmd.xml b/doc/xml/firewall-offline-cmd.xml index d007dbe..e157f67 100644 --- a/doc/xml/firewall-offline-cmd.xml +++ b/doc/xml/firewall-offline-cmd.xml @@ -208,7 +208,7 @@ Add the port to the default zone. This option can be specified multiple times. - The port can either be a single port number or a port range portid-portid. The protocol can either be tcp or udp. + The port can either be a single port number or a port range portid-portid. The protocol can either be tcp, udp, sctp or dccp. @@ -264,7 +264,7 @@ Add the IPv4 forward port in the default zone. This option can be specified multiple times. - The port can either be a single port number portid or a port range portid-portid. The protocol can either be tcp or udp. The destination address is an IP address. + The port can either be a single port number portid or a port range portid-portid. The protocol can either be tcp, udp, sctp or dccp. The destination address is an IP address. @@ -621,7 +621,7 @@ Add the port for zone. If zone is omitted, default zone will be used. This option can be specified multiple times. - The port can either be a single port number or a port range portid-portid. The protocol can either be tcp or udp. + The port can either be a single port number or a port range portid-portid. The protocol can either be tcp, udp, sctp or dccp. @@ -748,7 +748,7 @@ Add the IPv4 forward port for zone. If zone is omitted, default zone will be used. This option can be specified multiple times. - The port can either be a single port number portid or a port range portid-portid. The protocol can either be tcp or udp. The destination address is a simple IP address. + The port can either be a single port number portid or a port range portid-portid. The protocol can either be tcp, udp, sctp or dccp. The destination address is a simple IP address. For IPv6 forward ports, please use the rich language. @@ -798,7 +798,7 @@ Add the source port for zone. If zone is omitted, default zone will be used. This option can be specified multiple times. If a timeout is supplied, the rule will be active for the specified amount of time and will be removed automatically afterwards. - The port can either be a single port number or a port range portid-portid. The protocol can either be tcp or udp. + The port can either be a single port number or a port range portid-portid. The protocol can either be tcp, udp, sctp or dccp. diff --git a/doc/xml/firewalld.service.xml b/doc/xml/firewalld.service.xml index 2907f83..88b7640 100644 --- a/doc/xml/firewalld.service.xml +++ b/doc/xml/firewalld.service.xml @@ -136,7 +136,7 @@ protocol="string" - The protocol value can either be , , or . + The protocol value can either be tcp, udp, sctp or dccp. @@ -185,7 +185,7 @@ protocol="string" - The protocol value can either be , , or . + The protocol value can either be tcp, udp, sctp or dccp. diff --git a/doc/xml/firewalld.zone.xml b/doc/xml/firewalld.zone.xml index 67cd3ef..12e42e2 100644 --- a/doc/xml/firewalld.zone.xml +++ b/doc/xml/firewalld.zone.xml @@ -252,7 +252,7 @@ protocol="tcp|udp|sctp|dccp" - The protocol can either be tcp, , or . + The protocol can either be tcp, udp, sctp or dccp. @@ -332,7 +332,7 @@ protocol="tcp|udp|sctp|dccp" - The protocol can either be tcp, , or . + The protocol can either be tcp, udp, sctp or dccp. @@ -385,7 +385,7 @@ protocol="tcp|udp|sctp|dccp" - The protocol can either be tcp, , or . + The protocol can either be tcp, udp, sctp or dccp.