]> git.puffer.fish Git - mirror/frr.git/commitdiff
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
authorajs <ajs>
Wed, 22 Dec 2004 16:18:53 +0000 (16:18 +0000)
committerajs <ajs>
Wed, 22 Dec 2004 16:18:53 +0000 (16:18 +0000)
* redhat/quagga.sysconfig: Define some variables to support watchquagga.

ChangeLog
redhat/quagga.sysconfig

index 905a1feeb9e8ed5839ae3d376e044806bfa577b2..0fb149a3604f0766901a7fc6505638a8ff17b45c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * redhat/quagga.sysconfig: Define some variables to support watchquagga.
+
 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
index d2d68d04771771e9ca7e4ce51ba7d5a85af67d81..9e9da5ef3acba24a9e1390d94cf30609f58402cb 100644 (file)
@@ -9,3 +9,10 @@ RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"
 RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"
 ZEBRA_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"
 ISISD_OPTS="-A ::1 -f ${QCONFDIR}/isisd.conf"
+
+# Watchquagga configuration (please check timer values before using):
+WATCH_OPTS=""
+WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"
+# To enable restarts, uncomment this line (but first be sure to edit
+# the WATCH_DAEMONS line to reflect the daemons you are actually using):
+#WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"