Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: networking: convert netfilter-sysctl.txt to ReST

Not much to be done here:

- add SPDX header;
- add a document title;
- add a chapter markup;
- mark tables as such;
- add to networking/index.rst.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Mauro Carvalho Chehab and committed by
David S. Miller
01915330 482a4360

+10 -2
+1
Documentation/networking/index.rst
··· 83 83 netconsole 84 84 netdev-features 85 85 netdevices 86 + netfilter-sysctl 86 87 87 88 .. only:: subproject and html 88 89
+9 -2
Documentation/networking/netfilter-sysctl.txt Documentation/networking/netfilter-sysctl.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ========================= 4 + Netfilter Sysfs variables 5 + ========================= 6 + 1 7 /proc/sys/net/netfilter/* Variables: 8 + ==================================== 2 9 3 10 nf_log_all_netns - BOOLEAN 4 - 0 - disabled (default) 5 - not 0 - enabled 11 + - 0 - disabled (default) 12 + - not 0 - enabled 6 13 7 14 By default, only init_net namespace can log packets into kernel log 8 15 with LOG target; this aims to prevent containers from flooding host