]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tools: Added pathd to the relevant init files
authorErik Kooistra <me@erikkooistra.nl>
Mon, 29 Mar 2021 13:15:12 +0000 (15:15 +0200)
committerErik Kooistra <me@erikkooistra.nl>
Mon, 29 Mar 2021 13:42:35 +0000 (15:42 +0200)
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>
tools/etc/frr/daemons
tools/frrcommon.sh.in

index f6d512be72f383698fd51544f5f4b74d574aba29..b1526888ed813f2cac0e354e24df507edd1ac266 100644 (file)
@@ -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
 #
index 2d925dbac3f77b86c426948d623931c0654866e0..475e56cf7258648626ba3c54d2c367f66a0d00e3 100644 (file)
@@ -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"
 
 #