]> git.baikalelectronics.ru Git - kernel.git/commit
net: add option to not create fall-back tunnels in root-ns as well
authorMahesh Bandewar <maheshb@google.com>
Wed, 26 Aug 2020 16:05:35 +0000 (09:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Aug 2020 13:52:44 +0000 (06:52 -0700)
commitc44dfb55a4c0bc41e1d41f89cc752f44cf96d43d
tree3dd6ca9b7e7397905681871b87a95517a168fa26
parent8ab9f30545941ed2f15e8a34698896b53db25657
net: add option to not create fall-back tunnels in root-ns as well

The sysctl that was added  earlier by commit 1aff42fd5d9 ("net: do
not create fallback tunnels for non-default namespaces") to create
fall-back only in root-ns. This patch enhances that behavior to provide
option not to create fallback tunnels in root-ns as well. Since modules
that create fallback tunnels could be built-in and setting the sysctl
value after booting is pointless, so added a kernel cmdline options to
change this default. The default setting is preseved for backward
compatibility. The kernel command line option of fb_tunnels=initns will
set the sysctl value to 1 and will create fallback tunnels only in initns
while kernel cmdline fb_tunnels=none will set the sysctl value to 2 and
fallback tunnels are skipped in every netns.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Maciej Zenczykowski <maze@google.com>
Cc: Jian Yang <jianyang@google.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/admin-guide/kernel-parameters.txt
Documentation/admin-guide/sysctl/net.rst
include/linux/netdevice.h
net/core/sysctl_net_core.c