aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-06-14 21:17:01 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-06-15 16:39:49 +0200
commitb3de1fad3459aa886b3ca3e1f1f91066ab0730b6 (patch)
treeae2eca55b833d01b2d82c526f833a73f9b439578 /global-config
parent66b7fccd303137d68cf571e79a0ffd7ca82f4b6a (diff)
drop script 'rotate-ntp'change-81
For RouterOS 6.x a separate package 'ntp' exists. This adds server functionality, but allows ip addresses for the client only. I added the script 'rotate-ntp' to update addresses from names... Now with RouterOS 7.x there's no extra package and the limitation does no longer exist. So let's just drop the script. This adds migration code, that... * removes the script from configuration * removes a scheduler from configuration * sets the configured ntp pool name for ntp client
Diffstat (limited to 'global-config')
-rw-r--r--global-config6
1 files changed, 1 insertions, 5 deletions
diff --git a/global-config b/global-config
index 70d8a2f..b1f4770 100644
--- a/global-config
+++ b/global-config
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 80;
+:global GlobalConfigVersion 81;
# This is used for DNS and backup file.
:global Domain "example.com";
@@ -146,10 +146,6 @@
# add more here...
};
-# This address should resolve ntp servers and is used to update
-# ntp settings. A pool can rotate servers.
-:global NtpPool "pool.ntp.org";
-
# This is the address used to send gps data to.
:global GpsTrackUrl "https://example.com/index.php";