Merge "[install-guide] Add kernel parameters"

This commit is contained in:
Jenkins
2015-05-29 05:53:57 +00:00
committed by Gerrit Code Review

View File

@@ -16,7 +16,9 @@
<para>Edit the <filename>/etc/sysctl.conf</filename> file to
contain the following parameters:</para>
<programlisting>net.ipv4.conf.all.rp_filter=0
net.ipv4.conf.default.rp_filter=0</programlisting>
net.ipv4.conf.default.rp_filter=0
net.bridge.bridge-nf-call-iptables=1
net.bridge.bridge-nf-call-ip6tables=1</programlisting>
</step>
<step>
<para>Implement the changes:</para>