From f8ca116ef0471036efdd1c64b33ce4591624679b Mon Sep 17 00:00:00 2001 From: Erik Kooistra Date: Mon, 29 Mar 2021 15:15:12 +0200 Subject: [PATCH] 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 --- tools/etc/frr/daemons | 2 ++ tools/frrcommon.sh.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons index f6d512be72..b1526888ed 100644 --- a/tools/etc/frr/daemons +++ b/tools/etc/frr/daemons @@ -30,6 +30,7 @@ pbrd=no bfdd=no fabricd=no vrrpd=no +pathd=no # # If this option is set the /etc/init.d/frr script automatically loads @@ -55,6 +56,7 @@ staticd_options="-A 127.0.0.1" bfdd_options=" -A 127.0.0.1" fabricd_options="-A 127.0.0.1" vrrpd_options=" -A 127.0.0.1" +pathd_options=" -A 127.0.0.1" # configuration profile # 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" # -- 2.39.5