diff options
author | ajs <ajs> | 2004-12-22 16:18:53 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-12-22 16:18:53 +0000 |
commit | b47c27e421d98f3c20430f2b8a394b5deca2f055 (patch) | |
tree | a686b4db62f03ebb0482d1e0b23023e0085ffe51 | |
parent | c93133d1fe197ad425be3427dd4baa42595404e2 (diff) | |
download | quagga-b47c27e421d98f3c20430f2b8a394b5deca2f055.tar.bz2 quagga-b47c27e421d98f3c20430f2b8a394b5deca2f055.tar.xz |
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* redhat/quagga.sysconfig: Define some variables to support watchquagga.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | redhat/quagga.sysconfig | 7 |
2 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,9 @@ 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. 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> diff --git a/redhat/quagga.sysconfig b/redhat/quagga.sysconfig index d2d68d04..9e9da5ef 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" |