mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-23 18:18:38 +02:00
9 lines
344 B
Text
9 lines
344 B
Text
|
# RouterOS global-config changes
|
||
|
# Copyright (c) 2019 Christian Hesse <mail@eworm.de>
|
||
|
|
||
|
# Changes for global-config to be added to notification on script-updates
|
||
|
:global GlobalConfigChanges {
|
||
|
1="moved variables from global-config to global-functions for independence";
|
||
|
2="variable names became CamelCase to work around scripting issues";
|
||
|
};
|