mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:56 +02:00
drop script 'rotate-ntp'
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
This commit is contained in:
parent
66b7fccd30
commit
b3de1fad34
7 changed files with 9 additions and 97 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue