diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-13 09:07:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-13 09:07:57 +0200 |
commit | db223429b7a3cdda1549a6b039dfd66b59415f85 (patch) | |
tree | f0ceff3f2e0ef270e26441e60c029bc7767716a5 /ospf-to-leds.rsc | |
parent | 2f399f2a48a063d3164e8b9428bb78b6375e2661 (diff) | |
parent | befa739e11b04a1b9c5ae2a54f1b37fc920f538a (diff) |
Merge branch 'script-lock' into next
Diffstat (limited to 'ospf-to-leds.rsc')
-rw-r--r-- | ospf-to-leds.rsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf-to-leds.rsc b/ospf-to-leds.rsc index 12ec820..2dc8448 100644 --- a/ospf-to-leds.rsc +++ b/ospf-to-leds.rsc @@ -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 ]; |