mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-05 02:34:40 +02:00
global-config: support loading snippets
This adds support for loading snippets, which need a name starting with "global-config-overlay.d/". This allows to split off configuration if desired.
This commit is contained in:
parent
e39e8a0083
commit
a7cb3e520a
4 changed files with 17 additions and 1 deletions
|
@ -46,6 +46,7 @@
|
|||
119="Added support for IPv6 to script 'fw-addr-lists'.";
|
||||
120="Implemented a workaround in 'backup-cloud'. Now script should no longer just crash, but send notification with error.";
|
||||
121="The 'wifiwave2' scripts are finally gone. Development continues with 'wifi' in RouterOS 7.13 and later.";
|
||||
122="The global configuration was enhanced to support loading snippets. Configuration can be split off to scripts where name starts with 'global-config-overlay.d/'.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue