bridge-port-to-default: drop delay

Now that we expect the scheduler to have a delay and script-updates
warning about it...
This commit is contained in:
Christian Hesse 2020-02-24 19:47:17 +01:00
parent 5316ec6ef5
commit 69352c90d5

View file

@ -6,13 +6,6 @@
:global BridgePortTo;
:local Len ([ :len $BridgePortTo ] + 1);
:if ($Len = 1) do={
:delay 1s;
:set Len ([ :len $BridgePortTo ] + 1);
}
:foreach BridgePort in=[ / interface bridge port find where comment!="" ] do={
:local BridgePortVal [ / interface bridge port get $BridgePort ];
:foreach Comment in=[ :toarray ($BridgePortVal->"comment") ] do={