summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-12 12:02:33 +0200
committerThomas Haller <thaller@redhat.com>2021-05-14 11:41:33 +0200
commita79d5e2218d4adc40cb8794b56845b06cb5a2478 (patch)
treea732ee942ab87cebf9ae3ad2dd8c5b174e2231a1 /man
parent9ebdb967ded7cdf53e5193129e24556447b8a1e0 (diff)
downloadNetworkManager-a79d5e2218d4adc40cb8794b56845b06cb5a2478.tar.gz
firewall: add special firewall-backend "none"
Diffstat (limited to 'man')
-rw-r--r--man/NetworkManager.conf.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index f88688e94b..d8fce34d6e 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -479,8 +479,15 @@ no-auto-default=*
<term><varname>firewall-backend</varname></term>
<listitem>
<para>
- The firewall backend for configuring masquerading.
- Set to either <literal>iptables</literal> or <literal>nftables</literal>.
+ The firewall backend for configuring masquerading
+ with shared mode.
+ Set to either <literal>iptables</literal>, <literal>nftables</literal>
+ or <literal>none</literal>.
+ <literal>iptables</literal> and <literal>nftables</literal>
+ require <literal>iptables</literal> and <literal>nft</literal>
+ application, respectively.
+ <literal>none</literal> means to skip firewall configuration if
+ the users wish to manage firewall themselves.
If unspecified, it will be auto detected.
</para>
</listitem>