mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 20:18:54 +00:00
Merge pull request #6406 from donaldsharp/ospf_multi_instance_start_fix
tools: Only load instances or daemon
This commit is contained in:
commit
0591d71e92
@ -92,7 +92,7 @@ daemon_list() {
|
||||
continue
|
||||
fi
|
||||
debug "$daemon enabled"
|
||||
enabled="$enabled $daemon"
|
||||
|
||||
if [ -n "$inst" ]; then
|
||||
debug "$daemon multi-instance $inst"
|
||||
oldifs="${IFS}"
|
||||
@ -101,6 +101,8 @@ daemon_list() {
|
||||
enabled="$enabled $daemon-$i"
|
||||
done
|
||||
IFS="${oldifs}"
|
||||
else
|
||||
enabled="$enabled $daemon"
|
||||
fi
|
||||
else
|
||||
debug "$daemon disabled"
|
||||
|
Loading…
Reference in New Issue
Block a user