From: ajs Date: Wed, 22 Dec 2004 16:18:53 +0000 (+0000) Subject: 2004-12-22 Andrew J. Schorr X-Git-Tag: frr-2.0-rc1~3285 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=afc44c29bc65fa574b9cfc0b2b6b5c499e18a4e5;p=matthieu%2Ffrr.git 2004-12-22 Andrew J. Schorr * redhat/quagga.sysconfig: Define some variables to support watchquagga. --- diff --git a/ChangeLog b/ChangeLog index 905a1feeb9..0fb149a360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-22 Andrew J. Schorr + + * redhat/quagga.sysconfig: Define some variables to support watchquagga. + 2004-12-22 Andrew J. Schorr * configure.ac: Add a define for DAEMON_VTY_DIR in config.h. diff --git a/redhat/quagga.sysconfig b/redhat/quagga.sysconfig index d2d68d0477..9e9da5ef3a 100644 --- a/redhat/quagga.sysconfig +++ b/redhat/quagga.sysconfig @@ -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"