mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 09:56:05 +00:00
tools/frrcommon.sh: always start staticd
"derp." Since zebra is always started, the same should hold for staticd. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
b7d492f295
commit
1515026516
@ -83,7 +83,7 @@ daemon_list() {
|
||||
for daemon in $DAEMONS; do
|
||||
eval cfg=\$$daemon
|
||||
eval inst=\$${daemon}_instances
|
||||
[ "$daemon" = zebra ] && cfg=yes
|
||||
[ "$daemon" = zebra -o "$daemon" = staticd ] && cfg=yes
|
||||
if [ -n "$cfg" -a "$cfg" != "no" -a "$cfg" != "0" ]; then
|
||||
debug "$daemon enabled"
|
||||
enabled="$enabled $daemon"
|
||||
|
Loading…
Reference in New Issue
Block a user