blob: 2befc0fdd4f1c71674faf1a48514dc744d942d44 [file] [log] [blame]
paul15d74e92003-12-30 11:16:21 +00001#
2# Default: Bind all daemon vtys to the loopback(s) only
3#
David Warda41242b2012-04-29 16:47:07 -04004BABELD_OPTS="-A 127.0.0.1"
5BGPD_OPTS="-A 127.0.0.1"
6ISISD_OPTS="-A ::1"
7OSPF6D_OPTS="-A ::1"
8OSPFD_OPTS="-A 127.0.0.1"
9RIPD_OPTS="-A 127.0.0.1"
10RIPNGD_OPTS="-A ::1"
11ZEBRA_OPTS="-A 127.0.0.1"
ajsafc44c22004-12-22 16:18:53 +000012
David Warda41242b2012-04-29 16:47:07 -040013# Watchquagga configuration
14#
15# Uncomment and edit this line to reflect the daemons you are actually using:
16#WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"
17#
18# Timer values can be adjusting by editing this line:
19WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"