zones: allow per-table log control
authorStijn Tintel <stijn@linux-ipv6.be>
Mon, 26 Feb 2018 22:06:03 +0000 (23:06 +0100)
committerStijn Tintel <stijn@linux-ipv6.be>
Mon, 26 Feb 2018 22:12:51 +0000 (23:12 +0100)
commita3ef503ed515752f7d1809c8c3238c0e4c7ce150
treecff53c21cf305b9ad80bbdbc9a548d4e306be4c2
parentf50a524847a0ac74ef8cc74011d3cc46e9269c6b
zones: allow per-table log control

When enabling logging for a zone, logging is enabled in the filter and
mangle tables. The log rule in the mangle table enables mtu_fix logging,
which has the tendency to flood logs. Allow per-table log control by
making the log boolean a bit field that can be used to enabled logging
in the filter and/or mangle tables.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
options.h
zones.c