summaryrefslogtreecommitdiffstats
path: root/tools/frr.in
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2018-10-24 04:31:09 +0200
committerChristian Franke <chris@opensourcerouting.org>2018-10-24 15:50:56 +0200
commitbf8e16b5de186eb58356ecb0299af22684c9ffba (patch)
tree85975e7215e493f2c059861bc501a79fb07c8f98 /tools/frr.in
parentMerge pull request #3222 from srimohans/community (diff)
downloadfrr-bf8e16b5de186eb58356ecb0299af22684c9ffba.tar.xz
frr-bf8e16b5de186eb58356ecb0299af22684c9ffba.zip
debianpkg, tools: Add fabricd to distribution scripts
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to '')
-rwxr-xr-xtools/frr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/frr.in b/tools/frr.in
index c57ef6baf..ee8dc883d 100755
--- a/tools/frr.in
+++ b/tools/frr.in
@@ -25,7 +25,7 @@ FRR_VTY_GROUP="@enable_vty_group@" # frrvty
# Local Daemon selection may be done by using /etc/frr/daemons.
# See /usr/share/doc/frr/README.Debian.gz for further information.
# Keep zebra first and do not list watchfrr!
-DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd eigrpd sharpd pbrd staticd bfdd"
+DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd eigrpd sharpd pbrd staticd bfdd fabricd"
MAX_INSTANCES=5
RELOAD_SCRIPT="$D_PATH/frr-reload.py"