mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-01 05:34:28 +02:00
log-forward: add 'packet' in default filter...
... which is used when logging raw packets from dns and ssh, and possibly others.
This commit is contained in:
parent
24823441c3
commit
f6e65dd68c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
# text. Regular expressions are supported. Do *NOT* set an empty string,
|
||||
# that will filter or include everything!
|
||||
# These are filters, so excluding messages from forwarding.
|
||||
:global LogForwardFilter "(debug|info|raw)";
|
||||
:global LogForwardFilter "(debug|info|packet|raw)";
|
||||
:global LogForwardFilterMessage [];
|
||||
#:global LogForwardFilterMessage "message text";
|
||||
#:global LogForwardFilterMessage "(message text|another text|...)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue