Publication date: 2019-05-08
"fb_tunnels_only_for_init_net" is a parameter that disables creation of fallback tunnel interfaces in namespace. This avoids unnecessary overhead since most of the time these are not needed.
The fallback tunnel (gre0) needs to be created manually in a namespace before other gre tunnels can be created in that namespace. To do this invoke within the namespace:
ip link add name gre0 type gre local 0.0.0.0 remote 0.0.0.0