diff options
Diffstat (limited to 'man/sysctl.d.xml')
-rw-r--r-- | man/sysctl.d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index e5b2bc0ac9..c6e8b8cfa0 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -140,7 +140,7 @@ net.bridge.bridge-nf-call-arptables = 0 </programlisting> <para>This method applies settings when the module is - loaded. Please note that unless the <filename>br_netfilter</filename> + loaded. Please note that, unless the <filename>br_netfilter</filename> module is loaded, bridged packets will not be filtered by netfilter (starting with kernel 3.18), so simply not loading the module is suffient to avoid filtering.</para> @@ -162,7 +162,7 @@ net.bridge.bridge-nf-call-arptables = 0 </programlisting> <para>This method forces the module to be always loaded. Please - note that unless the <filename>br_netfilter</filename> module is + note that, unless the <filename>br_netfilter</filename> module is loaded, bridged packets will not be filtered with netfilter (starting with kernel 3.18), so simply not loading the module is suffient to avoid filtering.</para> |