You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/service/options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The port string can be a single port number or a port range portid-portid or als
33
33
34
34
protocol="string"
35
35
36
-
The protocol value can either be tcpor udp.
36
+
The protocol value can either be tcp, udp, sctp, or dccp.
37
37
38
38
For compatibility with older firewalld versions, it is possible to add protocols with the port option where the port is empty. With the addition of native protocol support in the service, this it not needed anymore. These entries will automatically be converted to protocols. With the next modification of the service file, the entries will be listed as protocols.
39
39
@@ -55,7 +55,7 @@ The port string can be a single port number or a port range portid-portid.
55
55
56
56
protocol="string"
57
57
58
-
The protocol value can either be tcpor udp.
58
+
The protocol value can either be tcp, udp, sctp, or dccp.
0 commit comments