ipv6-update: delay on parallel run...

... instead of just exiting. This makes sense for fast change
valid/invalid/valid, and also for several configured clients.
This commit is contained in:
Christian Hesse 2026-04-16 09:01:51 +02:00
parent 89b9c62e52
commit 303d7565a2

View file

@ -28,7 +28,7 @@
:local PdPrefix [ $EitherOr $"pd-prefix" ($DHCPv6ClientLeaseVars->"pd-prefix") ];
:local PdValid [ $EitherOr $"pd-valid" ($DHCPv6ClientLeaseVars->"pd-valid") ];
:if ([ $ScriptLock $ScriptName ] = false) do={
:if ([ $ScriptLock $ScriptName 10 ] = false) do={
:set ExitOK true;
:error false;
}