mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
bridge-port-to-default: use $ParseKeyValueStore...
... and unbreak last commit removing delay (69352c90
).
This requires a change in configuration syntax. Change this...
comment="default:br-local, alt:br-guest"
to...
comment="default=br-local, alt=br-guest"
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# global functions
|
||||
|
||||
# expected configuration version
|
||||
:global ExpectedConfigVersion 12;
|
||||
:global ExpectedConfigVersion 13;
|
||||
|
||||
# global variables not to be changed by user
|
||||
:global Identity [ / system identity get name ];
|
||||
|
Reference in New Issue
Block a user