diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-11-01 20:22:03 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-11-01 20:22:03 +0300 |
commit | a18bd023e25cf04c27cfda5f850881eaf2756115 (patch) | |
tree | e8509bc4cabd4129740bc1a1b8db8aab8128c218 /net-misc/frr | |
parent | dev-util/shadowman: Remove 9999 (diff) | |
download | gentoo-a18bd023e25cf04c27cfda5f850881eaf2756115.tar.gz gentoo-a18bd023e25cf04c27cfda5f850881eaf2756115.tar.bz2 gentoo-a18bd023e25cf04c27cfda5f850881eaf2756115.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/frr')
-rw-r--r-- | net-misc/frr/files/frr-openrc-v1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/frr/files/frr-openrc-v1 b/net-misc/frr/files/frr-openrc-v1 index 9e2f1ab914fd..3f9da62e2a18 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. |