18 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3=========================4Netfilter Sysfs variables5=========================6 7/proc/sys/net/netfilter/* Variables:8====================================9 10nf_log_all_netns - BOOLEAN11 - 0 - disabled (default)12 - not 0 - enabled13 14 By default, only init_net namespace can log packets into kernel log15 with LOG target; this aims to prevent containers from flooding host16 kernel log. If enabled, this target also works in other network17 namespaces. This variable is only accessible from init_net.18