Compare commits

..

No commits in common. "b7a5402be62bb59eb9d0400f21f30462508cca0c" and "72660f21a5887fe34ef2214ed7f6ca98709b53ac" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
#!rsc by RouterOS
# RouterOS script: global-functions.d/deprecated
# Copyright (c) 2013-2026 Christian Hesse <mail@eworm.de>
# https://rsc.eworm.de/COPYING.md
#
# requires RouterOS, version=7.17
#
# deprecated global functions
# https://rsc.eworm.de/

View file

@ -1397,7 +1397,7 @@
source=[ $IfThenElse ($ScriptUpdatesCRLF = true) $SourceCRLF $SourceNew ] $Script;
:if ($ScriptVal->"name" = "global-config" || \
$ScriptVal->"name" = "global-functions" || \
$ScriptVal->"name" ~ ("^(global-functions\\.d|mod)/.")) do={
$ScriptVal->"name" ~ ("^mod/.")) do={
:set ReloadGlobal true;
}
} on-error={ }