1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

ospf-to-leds: lock the script

This commit is contained in:
Christian Hesse
2023-06-13 09:04:14 +02:00
parent de750f0559
commit cc3a017507

@ -12,6 +12,9 @@
:global LogPrintExit2;
:global ParseKeyValueStore;
:global ScriptLock;
$ScriptLock $0;
:foreach Instance in=[ /routing/ospf/instance/find where comment~"^ospf-to-leds," ] do={
:local InstanceVal [ /routing/ospf/instance/get $Instance ];