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