diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-15 12:22:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-15 12:41:29 +0200 |
commit | 6bce0a4b6a3d1ee48a1e4b4f40652ae490fb288c (patch) | |
tree | 5cff4a2b93eb6d0d305cd8f824cf6d9d63c3c206 /global-functions | |
parent | 9740b1f26993bafe09834e19a0275036e2f5c22a (diff) |
add 'log-forward', drop 'early-errors'change-23
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 2dc7830..fe51031 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 22; +:global ExpectedConfigVersion 23; # global variables not to be changed by user :global GlobalFunctionsReady false; |