By default, when I create a network namespace, I get:
/proc/sys/net/ipv6/conf/all/forwarding=0
Even if it is 1 in my root network namespace or in /etc/sysctl.conf. I was wondering where network namespaces get the default config and how to change that. I'd like to have that set to 1 so that new network namespaces get that config by default.