]> git.proxmox.com Git - mirror_frr.git/blame - redhat/quagga.sysconfig
pimd assert when no route to source from a new igmp join
[mirror_frr.git] / redhat / quagga.sysconfig
CommitLineData
15d74e93 1#
2# Default: Bind all daemon vtys to the loopback(s) only
3#
a41242be
DW
4BGPD_OPTS="-A 127.0.0.1"
5ISISD_OPTS="-A ::1"
6OSPF6D_OPTS="-A ::1"
7OSPFD_OPTS="-A 127.0.0.1"
8RIPD_OPTS="-A 127.0.0.1"
9RIPNGD_OPTS="-A ::1"
10ZEBRA_OPTS="-A 127.0.0.1"
afc44c29 11
4b5a2103
DW
12# Watchquagga configuration for LSB initscripts
13#
14# (Not needed with systemd: the service files are configured to automatically
15# restart any daemon on failure. If zebra fails, all running daemons will be
16# stopped; zebra will be started again; and then the previously running daemons
17# will be started again.)
a41242be
DW
18#
19# Uncomment and edit this line to reflect the daemons you are actually using:
20#WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"
21#
22# Timer values can be adjusting by editing this line:
23WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"