blob: c1971db85ab91370866424673899cf074c3e8efd (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#!rsc
# RouterOS script: global-config-overlay
# Copyright (c) 2013-2019 Christian Hesse <mail@eworm.de>
#
# global configuration, custom overlay
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
:global GlobalConfigVersion 9;
# The global-config script is updated by script-updates,
# global-config-overlay becomes an overlay for your changes.
:global ScriptUpdatesIgnore {
"global-config-overlay"
}
# Copy configuration from global-config here and modify it.
|