paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 1 | # |
| 2 | # Default: Bind all daemon vtys to the loopback(s) only |
| 3 | # |
paul | 00bc560 | 2004-01-09 16:30:52 +0000 | [diff] [blame] | 4 | QCONFDIR="/etc/quagga" |
| 5 | BGPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/bgpd.conf" |
paul | d47b7ba | 2004-06-06 15:46:23 +0000 | [diff] [blame] | 6 | OSPF6D_OPTS="-A ::1 -f ${QCONFDIR}/ospf6d.conf" |
paul | 00bc560 | 2004-01-09 16:30:52 +0000 | [diff] [blame] | 7 | OSPFD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ospfd.conf" |
| 8 | RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf" |
| 9 | RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf" |
| 10 | ZEBRA_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/zebra.conf" |
| 11 | ISISD_OPTS="-A ::1 -f ${QCONFDIR}/isisd.conf" |
ajs | afc44c2 | 2004-12-22 16:18:53 +0000 | [diff] [blame] | 12 | |
| 13 | # Watchquagga configuration (please check timer values before using): |
| 14 | WATCH_OPTS="" |
| 15 | WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd" |
| 16 | # To enable restarts, uncomment this line (but first be sure to edit |
| 17 | # the WATCH_DAEMONS line to reflect the daemons you are actually using): |
| 18 | #WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop" |