mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
17 lines
488 B
Text
17 lines
488 B
Text
|
# News, changes and migration by RouterOS Scripts
|
||
|
# Copyright (c) 2019-2023 Christian Hesse <mail@eworm.de>
|
||
|
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
|
||
|
|
||
|
:global IfThenElse;
|
||
|
:global RequiredRouterOS;
|
||
|
|
||
|
# News, changes and migration up to change 95 are in global-config.changes!
|
||
|
|
||
|
# Changes for global-config to be added to notification on script updates
|
||
|
:global GlobalConfigChanges {
|
||
|
};
|
||
|
|
||
|
# Migration steps to be applied on script updates
|
||
|
:global GlobalConfigMigration {
|
||
|
};
|