##
# Default: Bind all daemon vtys to the loopback(s) only
##

QCONFDIR="/etc/quagga"

ZEBRA_OPTS="-s 1024000 -A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"

OSPFD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ospfd.conf"
BGPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/bgpd.conf"
RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"
ISISD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/isisd.conf"
BABELD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/babeld.conf"
PIMD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/pimd.conf"

OSPF6D_OPTS="-A ::1 -f ${QCONFDIR}/ospf6d.conf"
RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"

##
# Uncomment this if you need to write configs from vtys of daemons
##

#QCONFFILESRIGHT="RW"

##
# Watchquagga configuration (please check timer values before using)
##

WATCH_OPTS=""
# full list: "zebra bgpd ospfd ospf6d ripd ripngd isisd  babeld pimd"
WATCH_DAEMONS="zebra ospfd"
# 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"
