From: Mahesh Bandewar <mahe...@google.com> Date: Thu, 17 Sep 2020 22:08:32 -0700
> Earlier commit 316cdaa1158a ("net: add option to not create fall-back > tunnels in root-ns as well") removed the CONFIG_SYSCTL to enable the > kernel-commandline to work. However, this variable gets defined only > when CONFIG_SYSCTL option is selected. > > With this change the behavior would default to creating fall-back > tunnels in all namespaces when CONFIG_SYSCTL is not selected and > the kernel commandline option will be ignored. > > Fixes: 316cdaa1158a ("net: add option to not create fall-back tunnels in > root-ns as well") > Signed-off-by: Mahesh Bandewar <mahe...@google.com> > Reported-by: Randy Dunlap <rdun...@infradead.org> > Reported-by: kernel test robot <l...@intel.com> Applied.