Community discussions

MikroTik App
 
User avatar
SpongeB0B
newbie
Topic Author
Posts: 39
Joined: Wed May 29, 2019 10:18 am

Edit a firewall filter

Sat Aug 10, 2019 5:37 pm

Hi everyone,

I edited one of my firewall filter trough the WebFig and the WebFig add un-needed command (in red) (I just paste the needed filter (number 2)

/ip firewall filter print chain input

2 ;;; defconf: accept ICMP
chain=input action=accept protocol=icmp in-interface=ether2-master log=no log-prefix=""

How can I edit this line ?

Thank you.
 
pe1chl
Forum Guru
Forum Guru
Posts: 10560
Joined: Mon Jun 08, 2015 12:09 pm

Re: Edit a firewall filter  [SOLVED]

Sat Aug 10, 2019 6:27 pm

Just leave it as it is. It is normal and it does no harm.
 
User avatar
SpongeB0B
newbie
Topic Author
Posts: 39
Joined: Wed May 29, 2019 10:18 am

Re: Edit a firewall filter

Sat Aug 10, 2019 8:01 pm

Thank you for the information,

But is it possible and how ?
 
pe1chl
Forum Guru
Forum Guru
Posts: 10560
Joined: Mon Jun 08, 2015 12:09 pm

Re: Edit a firewall filter

Sat Aug 10, 2019 8:16 pm

Usually only non-default settings are shown but sometimes items may be present even though they are at default value.
This is the case for those logging options it seems.