aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bridge-port-to-default7
1 files changed, 0 insertions, 7 deletions
diff --git a/bridge-port-to-default b/bridge-port-to-default
index 5b7fa7e..1bb4597 100644
--- a/bridge-port-to-default
+++ b/bridge-port-to-default
@@ -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={