]> git.proxmox.com Git - mirror_frr.git/blame - tools/etc/frr/daemons.conf
Merge pull request #2810 from chiragshah6/evpn_dev1
[mirror_frr.git] / tools / etc / frr / daemons.conf
CommitLineData
bfece457 1#
c97ef382 2# If this option is set the /etc/init.d/frr script automatically loads
bfece457 3# the config via "vtysh -b" when the servers are started.
c97ef382 4# Check /etc/pam.d/frr if you intend to use "vtysh"!
bfece457
DS
5#
6vtysh_enable=yes
a510678c 7zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
bfece457
DS
8bgpd_options=" --daemon -A 127.0.0.1"
9ospfd_options=" --daemon -A 127.0.0.1"
10ospf6d_options=" --daemon -A ::1"
11ripd_options=" --daemon -A 127.0.0.1"
12ripngd_options=" --daemon -A ::1"
13isisd_options=" --daemon -A 127.0.0.1"
11364de5 14pimd_options=" --daemon -A 127.0.0.1"
4f4f7a93 15ldpd_options=" --daemon -A 127.0.0.1"
c838ce0e 16nhrpd_options=" --daemon -A 127.0.0.1"
e6ddb8e2 17eigrpd_options=" --daemon -A 127.0.0.1"
97f653d0 18babeld_options=" --daemon -A 127.0.0.1"
8a71d93d 19sharpd_options=" --daemon -A 127.0.0.1"
e5c83d9b 20pbrd_options=" --daemon -A 127.0.0.1"
7ac1de8e 21staticd_options=" --daemon -A 127.0.0.1"
7134904b 22bfdd_options=" --daemon -A 127.0.0.1"
11364de5 23
bfece457 24# The list of daemons to watch is automatically generated by the init script.
9473e340 25watchfrr_enable=yes
0a64aff6 26watchfrr_options=(-d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB)
84be3a03
DW
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.
30valgrind_enable=no
31valgrind=/usr/bin/valgrind