mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 10:14:51 +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
|
@ -7,7 +7,7 @@
|
|||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
# Comment or remove to disable change notifications.
|
||||
:global GlobalConfigVersion 12;
|
||||
:global GlobalConfigVersion 13;
|
||||
|
||||
# The global-config script is updated by script-updates,
|
||||
# global-config-overlay becomes an overlay for your changes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue