Use of &gated; entity and application tags for GateD.

This commit is contained in:
Marc Fonvieille 2004-01-09 15:17:40 +00:00
parent 289af3514f
commit 4b01e03a00
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19556

View file

@ -3168,22 +3168,22 @@ Shelmerg dc-slip sl-helmerg 0xfffffc00 autocomp</programlisting
</sect4> </sect4>
<sect4> <sect4>
<title>Running <command>gated</command></title> <title>Running <application>&gated;</application></title>
<indexterm> <indexterm>
<primary><application>gated</application></primary> <primary><application>gated</application></primary>
</indexterm> </indexterm>
<note> <note>
<para><command>gated</command> is proprietary software now and <para><application>&gated;</application> is proprietary software now and
will not be available as source code to the public anymore will not be available as source code to the public anymore
(more info on the <ulink (more info on the <ulink
url="http://www.gated.org/">gated</ulink> website). This url="http://www.gated.org/">&gated;</ulink> website). This
section only exists to ensure backwards compatibility for section only exists to ensure backwards compatibility for
those that are still using an older version.</para> those that are still using an older version.</para>
</note> </note>
<para>An alternative to the headaches of static routes is to <para>An alternative to the headaches of static routes is to
install <command>gated</command> on your FreeBSD SLIP server install <application>&gated;</application> on your FreeBSD SLIP server
and configure it to use the appropriate routing protocols and configure it to use the appropriate routing protocols
(RIP/OSPF/BGP/EGP) to tell other routers about your SLIP (RIP/OSPF/BGP/EGP) to tell other routers about your SLIP
subnet. subnet.
@ -3238,23 +3238,23 @@ import proto rip interface ed {
change the references to the <devicename>ed</devicename> change the references to the <devicename>ed</devicename>
interface appropriately. This sample file also sets up interface appropriately. This sample file also sets up
tracing to <filename>/var/tmp/gated.output</filename> for tracing to <filename>/var/tmp/gated.output</filename> for
debugging <command>gated</command>'s activity; you can debugging <application>&gated;</application>'s activity; you can
certainly turn off the tracing options if certainly turn off the tracing options if
<command>gated</command> works OK for you. You will need to <application>&gated;</application> works OK for you. You will need to
change the <replaceable>xxx.xxx.yy</replaceable>'s into the change the <replaceable>xxx.xxx.yy</replaceable>'s into the
network address of your own SLIP subnet (be sure to change the network address of your own SLIP subnet (be sure to change the
net mask in the <literal>proto direct</literal> clause as net mask in the <literal>proto direct</literal> clause as
well).</para> well).</para>
<para>Once you have installed and configured <para>Once you have installed and configured
<command>gated</command> on your system, you will need to <application>&gated;</application> on your system, you will need to
tell the FreeBSD startup scripts to run tell the FreeBSD startup scripts to run
<command>gated</command> in place of <application>&gated;</application> in place of
<command>routed</command>. The easiest way to accomplish <application>routed</application>. The easiest way to accomplish
this is to set the <varname>router</varname> and this is to set the <varname>router</varname> and
<varname>router_flags</varname> variables in <varname>router_flags</varname> variables in
<filename>/etc/rc.conf</filename>. Please see the manual <filename>/etc/rc.conf</filename>. Please see the manual
page for <command>gated</command> for information on page for <application>&gated;</application> for information on
command-line parameters.</para> command-line parameters.</para>
</sect4> </sect4>
</sect3> </sect3>