2 # Default: Bind all daemon vtys to the loopback(s) only
4 BABELD_OPTS="-A 127.0.0.1"
5 BGPD_OPTS="-A 127.0.0.1"
8 OSPFD_OPTS="-A 127.0.0.1"
9 RIPD_OPTS="-A 127.0.0.1"
11 ZEBRA_OPTS="-A 127.0.0.1"
12 PIMD_OPTS="-A 127.0.0.1"
14 # Default: The compiled in default user and group(s), useful to
15 # system startup to chmod config files.
20 # Watchquagga configuration for LSB initscripts
22 # (Not needed with systemd: the service files are configured to automatically
23 # restart any daemon on failure. If zebra fails, all running daemons will be
24 # stopped; zebra will be started again; and then the previously running daemons
25 # will be started again.)
27 # Uncomment and edit this line to reflect the daemons you are actually using:
28 #WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"
30 # Timer values can be adjusting by editing this line:
31 WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"