Hi,

I have a firewall configuration that includes:

config zone
        option name 'lan'
        option forward 'ACCEPT'
        option network 'lan'
        option log '1'
        option input 'REJECT'
        option output 'REJECT'

Because of course with any firewall there are the exceptions you want
to log (hence the "option log '1'") but then there is the noise that
you just want to drop/reject and not log.

How does one create rules such as the latter so that one's logs don't
get filled with the (i.e. typically broadcast) noise?

Cheers,
b.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to