Add bridge1-add-20-interfaces.rsc

This commit is contained in:
elicro 2024-03-27 22:00:48 +00:00
parent f3b81de86e
commit a9ccebf55d

View File

@ -0,0 +1,7 @@
{
:local cont 0
:while ($cont < 20) do={
:set cont ($cont + 1)
/interface/bridge/port/add bridge=bridge1 interface="ether$cont"
}
}