mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-10-18 23:38:42 +00:00
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* redhat/quagga.sysconfig: Define some variables to support watchquagga.
This commit is contained in:
parent
c8b40f86ed
commit
afc44c29bc
@ -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>
|
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
* configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
|
* configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
|
||||||
|
@ -9,3 +9,10 @@ RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"
|
|||||||
RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"
|
RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"
|
||||||
ZEBRA_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"
|
ZEBRA_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"
|
||||||
ISISD_OPTS="-A ::1 -f ${QCONFDIR}/isisd.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"
|
||||||
|
Loading…
Reference in New Issue
Block a user