mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:31 +02:00
introduce global-config-overlay
This commit is contained in:
parent
2258087aab
commit
1cee36a911
7 changed files with 41 additions and 17 deletions
18
global-config-overlay
Normal file
18
global-config-overlay
Normal file
|
@ -0,0 +1,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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue