summaryrefslogtreecommitdiff
path: root/tools/frrcommon.sh.in
diff options
context:
space:
mode:
authorErik Kooistra <me@erikkooistra.nl>2021-03-29 15:15:12 +0200
committerErik Kooistra <me@erikkooistra.nl>2021-03-29 15:42:35 +0200
commitf8ca116ef0471036efdd1c64b33ce4591624679b (patch)
tree5fccbed1d7704866f70b44fd8d433bb8201342b1 /tools/frrcommon.sh.in
parentdc66229da852c4e651b2f9e183e6974ddfe4a263 (diff)
tools: Added pathd to the relevant init files
Currently pathd is missing from the deamon list in frrcommon with this missing frrinit can't start pathd if it is added to the deamon file. This commit adds it to the frrcommon deamon list and updates the example deamon file. Signed-off-by: Erik Kooistra <me@erikkooistra.nl>
Diffstat (limited to 'tools/frrcommon.sh.in')
-rw-r--r--tools/frrcommon.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/frrcommon.sh.in b/tools/frrcommon.sh.in
index 2d925dbac3..475e56cf72 100644
--- a/tools/frrcommon.sh.in
+++ b/tools/frrcommon.sh.in
@@ -35,7 +35,7 @@ FRR_DEFAULT_PROFILE="@DFLT_NAME@" # traditional / datacenter
# - keep zebra first
# - watchfrr does NOT belong in this list
-DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd eigrpd sharpd pbrd staticd bfdd fabricd vrrpd"
+DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd eigrpd sharpd pbrd staticd bfdd fabricd vrrpd pathd"
RELOAD_SCRIPT="$D_PATH/frr-reload.py"
#