]> git.proxmox.com Git - mirror_frr.git/blob - tools/etc/frr/daemons.conf
Merge pull request #1540 from opensourcerouting/isis-spfperf1
[mirror_frr.git] / tools / etc / frr / daemons.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 babeld_options=" --daemon -A 127.0.0.1"
19 sharpd_options=" --daemon -A 127.0.0.1"
20
21 # The list of daemons to watch is automatically generated by the init script.
22 watchfrr_enable=yes
23 watchfrr_options=(-d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB)
24
25 # If valgrind_enable is 'yes' the frr daemons will be started via valgrind.
26 # The use case for doing so is tracking down memory leaks, etc in frr.
27 valgrind_enable=no
28 valgrind=/usr/bin/valgrind