routeros-scripts/global-config-overlay

23 lines
686 B
Plaintext
Raw Normal View History

2019-09-03 20:59:00 +02:00
#!rsc
# RouterOS script: global-config-overlay
2020-01-01 17:00:39 +01:00
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de>
2019-09-03 20:59:00 +02:00
#
# global configuration, custom overlay
# https://git.eworm.de/cgit/routeros-scripts/about/
2019-09-03 20:59:00 +02:00
# 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.
2020-03-27 22:19:33 +01:00
:global GlobalConfigVersion 16;
2019-09-03 20:59:00 +02:00
# The global-config script is updated by $ScriptInstallUpdate,
2019-09-03 20:59:00 +02:00
# global-config-overlay becomes an overlay for your changes.
:global ScriptUpdatesIgnore {
"global-config-overlay"
}
# Copy configuration from global-config here and modify it.
# End of global-config-overlay