Dear experts,
in the recent version v7.17, MikroTik introduced the :range function, which combined with the ability to use interface list, can improve the VLAN creation process.
I'm currently trying to add multiple interfaces as list members (/interface list member add interface=ether1,ether2... list=VLAN2),
the best I can think of is something like [:put "ether$[:range from=1 to=[:len [/interface ethernet find name~"ether"]]]"] but it's not enough to achieve the desired result.
Does anyone have a clever solution or can point me in the right direction?
TIA!