Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"
[linux/fpc-iii.git] / Documentation / networking / netfilter-sysctl.rst
blobbeb6d7b275d473aca1d199df6fdcdc3af8cb2ca9
1 .. SPDX-License-Identifier: GPL-2.0
3 =========================
4 Netfilter Sysfs variables
5 =========================
7 /proc/sys/net/netfilter/* Variables:
8 ====================================
10 nf_log_all_netns - BOOLEAN
11         - 0 - disabled (default)
12         - not 0 - enabled
14         By default, only init_net namespace can log packets into kernel log
15         with LOG target; this aims to prevent containers from flooding host
16         kernel log. If enabled, this target also works in other network
17         namespaces. This variable is only accessible from init_net.