0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 =========================
0004 Netfilter Sysfs variables
0005 =========================
0006
0007 /proc/sys/net/netfilter/* Variables:
0008 ====================================
0009
0010 nf_log_all_netns - BOOLEAN
0011 - 0 - disabled (default)
0012 - not 0 - enabled
0013
0014 By default, only init_net namespace can log packets into kernel log
0015 with LOG target; this aims to prevent containers from flooding host
0016 kernel log. If enabled, this target also works in other network
0017 namespaces. This variable is only accessible from init_net.