commit: a18bd023e25cf04c27cfda5f850881eaf2756115
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 1 17:22:03 2021 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Nov 1 17:22:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18bd023
net-misc/frr: fix multi-instance protocols configuration handling
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
net-misc/frr/files/frr-openrc-v1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-misc/frr/files/frr-openrc-v1 b/net-misc/frr/files/frr-openrc-v1
index 9e2f1ab914f..3f9da62e2a1 100644
--- a/net-misc/frr/files/frr-openrc-v1
+++ b/net-misc/frr/files/frr-openrc-v1
@@ -92,6 +92,7 @@ _load_daemon_list() {
for instance in $(echo $cdaemon_instances | tr ',' ' '); do
watchfrr_daemons="$watchfrr_daemons $daemon-$instance"
done
+ continue
fi
# Single instance daemon handling.