If I move an interface temporarily into a netns with
ip link set eth10 netns myns
then it no longer is visible in the root, only within the namespace myns.
How do I move it back, something like (these obviously don't exist):
ip link unset eth10
or perhaps
ip link set eth10 netns root
or similar?