Merge pull request #707 from donaldsharp/debian_babel

tools: Fix startup to include babel
This commit is contained in:
Russ White 2017-06-19 21:58:36 -04:00 committed by GitHub
commit ea52147f10
2 changed files with 2 additions and 0 deletions

View File

@ -32,3 +32,4 @@ pimd=no
ldpd=no ldpd=no
nhrpd=no nhrpd=no
eigrpd=no eigrpd=no
babeld=no

View File

@ -15,6 +15,7 @@ pimd_options=" --daemon -A 127.0.0.1"
ldpd_options=" --daemon -A 127.0.0.1" ldpd_options=" --daemon -A 127.0.0.1"
nhrpd_options=" --daemon -A 127.0.0.1" nhrpd_options=" --daemon -A 127.0.0.1"
eigrpd_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. # The list of daemons to watch is automatically generated by the init script.
watchfrr_enable=yes watchfrr_enable=yes