diff options
author | Christian Hesse <mail@eworm.de> | 2020-09-25 22:21:59 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-09-25 22:21:59 +0200 |
commit | 697e32a30640c7bb8c132aaed44968081e6e3872 (patch) | |
tree | 8bef82332df7bb9273f1159604bc21bdce977367 /global-functions | |
parent | c3ea55523371403f07f116cb44eebfdf444c5628 (diff) |
log-forward: add filter on log message textchange-29
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 adb9733..2d25b34 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 28; +:global ExpectedConfigVersion 29; # global variables not to be changed by user :global GlobalFunctionsReady false; |