drop 'netwatch-syslog'

To filter in firewall you should use something like this:

/ip/firewall/filter/add action=reject chain=output out-interface-list=WAN port=514 protocol=udp reject-with=icmp-admin-prohibited;
/ip/firewall/filter/add action=reject chain=forward out-interface-list=WAN port=514 protocol=udp reject-with=icmp-admin-prohibited;
This commit is contained in:
Christian Hesse 2022-09-23 19:50:16 +02:00
parent eccc187014
commit bfe2cbf575
5 changed files with 6 additions and 52 deletions

View file

@ -10,7 +10,7 @@
:local 0 "global-functions";
# expected configuration version
:global ExpectedConfigVersion 84;
:global ExpectedConfigVersion 85;
# global variables not to be changed by user
:global GlobalFunctionsReady false;