mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
b3de1fad34
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
17 lines
582 B
Plaintext
17 lines
582 B
Plaintext
# Overlay for global configuration by RouterOS Scripts
|
|
# Copyright (c) 2013-2022 Christian Hesse <mail@eworm.de>
|
|
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
|
|
#
|
|
# global configuration, custom overlay
|
|
# https://git.eworm.de/cgit/routeros-scripts/about/
|
|
|
|
# Make sure all configuration properties are up to date and this
|
|
# value is in sync with value in script 'global-functions'!
|
|
# Comment or remove to disable news and change notifications.
|
|
:global GlobalConfigVersion 81;
|
|
|
|
# Copy configuration from global-config here and modify it.
|
|
|
|
|
|
# End of global-config-overlay
|