mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-03 14:44:29 +02:00
log-forward: do not exit with error
This commit is contained in:
parent
d46156ad92
commit
7fa03ab70e
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
|||
|
||||
:if ($LogForwardRateLimit > 30) do={
|
||||
:set LogForwardRateLimit ($LogForwardRateLimit - 1);
|
||||
$LogPrintExit2 info $ScriptName ("Rate limit in action, not forwarding logs, if any!") true;
|
||||
$LogPrintExit2 info $ScriptName ("Rate limit in action, not forwarding logs, if any!") false;
|
||||
:return true;
|
||||
}
|
||||
|
||||
:local Count 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue