diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-06-03 17:20:45 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-05-26 02:38:33 +0200 |
commit | 11364de5106d05c43bfd6954cb756937054fb317 (patch) | |
tree | 2de4aef8db9e8b9490d700121eb0577d69deed43 /tools | |
parent | pimd: Limit pim hello log messages (diff) | |
download | frr-11364de5106d05c43bfd6954cb756937054fb317.tar.xz frr-11364de5106d05c43bfd6954cb756937054fb317.zip |
Fixup of Code to allow pimd to actually run on startup
Fixup of various control files to allow quagga to startup
properly with pimd actually part of the set
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/quagga | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/quagga b/tools/quagga index cf9aa661d..c6164d5c7 100755 --- a/tools/quagga +++ b/tools/quagga @@ -21,7 +21,7 @@ V_PATH=/var/run/quagga # Local Daemon selection may be done by using /etc/quagga/daemons. # See /usr/share/doc/quagga/README.Debian.gz for further information. # Keep zebra first and do not list watchquagga! -DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld" +DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd" MAX_INSTANCES=5 RELOAD_SCRIPT=/usr/lib/quagga/quagga-reload.py |