]> git.proxmox.com Git - mirror_frr.git/blob - cumulus/etc/frr/debian.conf
Merge branch 'master' into EIGRP
[mirror_frr.git] / cumulus / etc / frr / debian.conf
1 #
2 # If this option is set the /etc/init.d/frr script automatically loads
3 # the config via "vtysh -b" when the servers are started.
4 # Check /etc/pam.d/frr if you intend to use "vtysh"!
5 #
6 vtysh_enable=yes
7 zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
8 bgpd_options=" --daemon -A 127.0.0.1"
9 ospfd_options=" --daemon -A 127.0.0.1"
10 ospf6d_options=" --daemon -A ::1"
11 ripd_options=" --daemon -A 127.0.0.1"
12 ripngd_options=" --daemon -A ::1"
13 isisd_options=" --daemon -A 127.0.0.1"
14 pimd_options=" --daemon -A 127.0.0.1"
15 ldpd_options=" --daemon -A 127.0.0.1"
16 nhrpd_options=" --daemon -A 127.0.0.1"
17 eigrpd_options=" --daemon -A 127.0.0.1"
18
19 # The list of daemons to watch is automatically generated by the init script.
20 watchfrr_enable=yes
21 watchfrr_options=(-adz -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30)