aboutsummaryrefslogtreecommitdiffstats
path: root/ospf-to-leds
diff options
context:
space:
mode:
Diffstat (limited to 'ospf-to-leds')
-rw-r--r--ospf-to-leds3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf-to-leds b/ospf-to-leds
index b899b50..32027db 100644
--- a/ospf-to-leds
+++ b/ospf-to-leds
@@ -6,6 +6,9 @@
# visualize ospf instance state via leds
# https://git.eworm.de/cgit/routeros-scripts/about/doc/ospf-to-leds.md
+:global GlobalFunctionsReady;
+:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
+
:global LogPrintExit;
:global ParseKeyValueStore;