]> git.proxmox.com Git - mirror_frr.git/blobdiff - tools/etc/frr/daemons.conf
Merge remote-tracking branch 'origin/master' into datacenter
[mirror_frr.git] / tools / etc / frr / daemons.conf
index eed8379e8c2c7f52ab29746ab507ddb403c69617..21ae29d4c081c0f9b90cc550cef508c771e8ba24 100644 (file)
@@ -14,7 +14,13 @@ isisd_options="  --daemon -A 127.0.0.1"
 pimd_options="  --daemon -A 127.0.0.1"
 ldpd_options="  --daemon -A 127.0.0.1"
 nhrpd_options="  --daemon -A 127.0.0.1"
+eigrpd_options="  --daemon -A 127.0.0.1"
 
 # The list of daemons to watch is automatically generated by the init script.
 watchfrr_enable=yes
 watchfrr_options=(-adz -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30)
+
+# If valgrind_enable is 'yes' the frr daemons will be started via valgrind.
+# The use case for doing so is tracking down memory leaks, etc in frr.
+valgrind_enable=no
+valgrind=/usr/bin/valgrind