Add some missing words and stop claiming that routed is
started by default; it isn't, since router_enable is set to "NO" in `src/etc/defaults/rc.conf'. PR: docs/75891 Submitted by: Joel Dahl <joel@automatvapen.se>
This commit is contained in:
parent
86c77374ca
commit
4488575234
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23470
1 changed files with 3 additions and 3 deletions
|
@ -1129,8 +1129,8 @@ ifconfig_tun0=</programlisting>
|
|||
for further details.</para>
|
||||
</note>
|
||||
|
||||
<para>Make sure the router program set to <literal>NO</literal> with
|
||||
following line in your
|
||||
<para>Make sure that the router program is set to <literal>NO</literal> with
|
||||
the following line in your
|
||||
<filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>router_enable="NO"</programlisting>
|
||||
|
@ -1139,7 +1139,7 @@ ifconfig_tun0=</programlisting>
|
|||
<primary><application>routed</application></primary>
|
||||
</indexterm>
|
||||
<para>It is important that the <command>routed</command> daemon is
|
||||
not started (it is by default), as
|
||||
not started, as
|
||||
<command>routed</command> tends to delete the default routing
|
||||
table entries created by <command>ppp</command>.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue