unset log and log-prefix in firewall

Hello,

sorry for a maybe stupid question - but is it possible to completely unset log and log-prefix in a firewall rule?

/ip firewall filter unset 6 log

doesn’t work, it always ends up with a

input does not match any value of value-name

Of course I can set the values to no and “” respectively, but that still clutters the listing. Is there a way to completely remove these two parameters? Seems they are excluded from unset…

Thanks,
Florian

I’m also wondering this, unset seems to be an intended option but doesn’t work.

set 1 !log

is also suggested in the scripting manual and this also is a syntax error syntax error (line 1 column 7)

Works on 7.12.1:


ip firewall filter set [find comment="drop invalid"] log=no
ip firewall filter set [find comment="drop invalid"] log-prefix=""

Edit: Didn’t read post carefully. “unset” doesn’t list log or log-prefix, alas.