mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-08-30 22:49:22 +02:00
final edit fixes
This commit is contained in:
parent
b10b99bd87
commit
f3beb2ed9b
41 changed files with 164 additions and 150 deletions
|
@ -1,9 +1,9 @@
|
|||
# ch10-10-add-remove-vlans.rsc
|
||||
|
||||
# a script to add and remove 50 VLANs to/from
|
||||
# a script to add and remove 50 VLANs to/fromon-error={
|
||||
# a Mikrotik router interface
|
||||
|
||||
: for VlanId from 200 to 249 do={
|
||||
:for VlanId from 200 to 249 do={
|
||||
|
||||
# find LAN interface ID
|
||||
:local LanInterface "ether2";
|
||||
|
@ -15,7 +15,7 @@
|
|||
interface=$LanInterfaceId;
|
||||
}
|
||||
|
||||
: for VlanId from 200 to 249 do={
|
||||
:for VlanId from 200 to 249 do={
|
||||
|
||||
# find LAN interface ID
|
||||
:local LanInterface "ether2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue