[deployment-guide/comm-rel: 119/727] Added the /etc/sysconfig/quagga section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:34:12 UTC 2010


commit dfa6d2f8217174873db8974bca001b63e9acd235
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Jul 22 18:27:58 2010 +0200

    Added the /etc/sysconfig/quagga section.

 en-US/The_sysconfig_Directory.xml |  102 +++++++++++++++++++++++++++++++++++++
 1 files changed, 102 insertions(+), 0 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index ee3070f..17f8f6a 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -1034,6 +1034,108 @@
         Refer to <xref linkend="sect-Date_and_Time_Configuration-Network_Time_Protocol" /> or <xref linkend="sect-Date_and_Time_Configuration-Command_Line_Configuration-Network_Time_Protocol" /> for more information on how to configure the <command>ntpd</command> daemon.
       </para>
     </section>
+    <section id="s2-sysconfig-quagga">
+      <title><filename>/etc/sysconfig/quagga</filename></title>
+      <indexterm>
+        <primary><filename class="directory">sysconfig</filename> directory</primary>
+        <secondary><filename>/etc/sysconfig/quagga</filename></secondary>
+      </indexterm>
+      <para>
+        The <filename>/etc/sysconfig/quagga</filename> file the default options for the Quagga daemons. By default, it contains the following options:
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>QCONFDIR=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The directory with the configuration files for Quagga daemons. For example:
+            </para>
+            <screen>QCONFDIR="/etc/quagga"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>BGPD_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>bgpd</command> daemon. For example:
+            </para>
+            <screen>BGPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/bgpd.conf"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>OSPF6D_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>ospf6d</command> daemon. For example:
+            </para>
+            <screen>OSPF6D_OPTS="-A ::1 -f ${QCONFDIR}/ospf6d.conf"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>OSPFD_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>ospfd</command> daemon. For example:
+            </para>
+            <screen>OSPFD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ospfd.conf"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>RIPD_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>ripd</command> daemon. For example:
+            </para>
+            <screen>RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>RIPNGD_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>ripngd</command> daemon. For example:
+            </para>
+            <screen>RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>ZEBRA_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>zebra</command> daemon. For example:
+            </para>
+            <screen>ZEBRA_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>ISISD_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>isisd</command> daemon. For example:
+            </para>
+            <screen>ISISD_OPTS="-A ::1 -f ${QCONFDIR}/isisd.conf"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>WATCH_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>watchquagga</command> daemon. For example:
+            </para>
+            <screen>WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>WATCH_DAEMONS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              A space separated list of monitored daemons. For example:
+            </para>
+            <screen>WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </section>
     <section id="s2-sysconfig-radvd">
       <title><filename>/etc/sysconfig/radvd</filename></title>
       <indexterm>


More information about the docs-commits mailing list