mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-24 04:44:26 +02: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:
parent
4ccdec602e
commit
628ae1bd70
5 changed files with 8 additions and 7 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue