]> git.proxmox.com Git - mirror_frr.git/commitdiff
tools: Fix startup to include babel
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 13 Jun 2017 14:43:20 +0000 (10:43 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 13 Jun 2017 14:43:20 +0000 (10:43 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tools/etc/frr/daemons
tools/etc/frr/daemons.conf

index eb7a5c9a96cfebaf78000b551e4be126047858ae..a4608279241010a0c52402b72516d95334b51c17 100644 (file)
@@ -32,3 +32,4 @@ pimd=no
 ldpd=no
 nhrpd=no
 eigrpd=no
+babeld=no
index 21ae29d4c081c0f9b90cc550cef508c771e8ba24..3f734eef0262fdda6e7931c61251f8272fd2e0ed 100644 (file)
@@ -15,6 +15,7 @@ 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"
+babeld_options="  --daemon -A 127.0.0.1"
 
 # The list of daemons to watch is automatically generated by the init script.
 watchfrr_enable=yes