Fix nonfunctional sed line in training guides
As noted by Jesse Chen, the sed line fixed herein did not do anything. The intention would have been to uncomment the line. Change-Id: Ie01b38d37050f48487ea86242517c22b13c8bdd7 Closes-Bug: 1297482
This commit is contained in:
@@ -168,7 +168,7 @@ iface eth2 inet dhcp</programlisting>
|
||||
<listitem>
|
||||
<para>Enable IP_Forwarding:</para>
|
||||
<para>
|
||||
<screen><prompt>#</prompt> <userinput>sed -i 's/net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf</userinput></screen>
|
||||
<screen><prompt>#</prompt> <userinput>sed -i 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf</userinput></screen>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user