From 1cee36a911ef20374cbafc989a5d3699c3fc0def Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 3 Sep 2019 20:59:00 +0200 Subject: introduce global-config-overlay --- global-config-overlay | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 global-config-overlay (limited to 'global-config-overlay') diff --git a/global-config-overlay b/global-config-overlay new file mode 100644 index 0000000..c1971db --- /dev/null +++ b/global-config-overlay @@ -0,0 +1,18 @@ +#!rsc +# RouterOS script: global-config-overlay +# Copyright (c) 2013-2019 Christian Hesse +# +# 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. + -- cgit v1.2.3-54-g00ecf