mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-08-31 06:59:23 +02:00
final edit fixes
This commit is contained in:
parent
b10b99bd87
commit
f3beb2ed9b
41 changed files with 164 additions and 150 deletions
|
@ -8,7 +8,7 @@
|
|||
:local LanInterfaceId [/interface find default-name=$LanInterface];
|
||||
|
||||
:local AddLoopTime [:time {
|
||||
: for VlanId from 200 to 249 do={
|
||||
:for VlanId from 200 to 249 do={
|
||||
|
||||
# add VLAN to LAN interface
|
||||
:local VlanName "VLAN$VlanId";
|
||||
|
@ -20,7 +20,7 @@
|
|||
:put "Add loop time: $AddLoopTime";
|
||||
|
||||
:local RemoveLoopTime [:time {
|
||||
: for VlanId from 200 to 249 do={
|
||||
:for VlanId from 200 to 249 do={
|
||||
|
||||
# add VLAN to LAN interface
|
||||
:local VlanName "VLAN$VlanId";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue