From 7d06a7e8c2b66a12db65130bddb3578b3f04468f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 3 Jan 2019 16:05:54 +0100 Subject: global-{config,functions}: move variables, make independent --- global-functions | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index 2c559ae..8b98507 100644 --- a/global-functions +++ b/global-functions @@ -5,7 +5,12 @@ # global functions # expected configuration version -:global ExpectedConfigVersion 0; +:global ExpectedConfigVersion 1; + +# global variables not to be changed by user +:global "sent-routeros-update-notification" "-"; +:global "sent-lte-firmware-upgrade-notification" "-"; +:global "identity" [ / system identity get name ]; # read input from user :global Read do={ -- cgit v1.2.3-54-g00ecf