Closed fanjiyun closed 4 years ago
@vishvananda PTAL
@vishvananda @tklauser ptal
FWIW, ip netns
sets O_CLOEXEC
too: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/tree/ip/ipnetns.c?id=d0b645a51e5b5315e14ae2f5538e1e9df6c9f419#n940
@aboch can you help out getting this merged?
@thaJeztah @tklauser @aboch is there anything I need to do for this PR? thanks.
ping @vishvananda
Also, @vishvananda are you interested in having more maintainers added to this repository to help out? If so, I can look for some people to help on that.
this looks good. Pull requests are so rare to this repo i haven't been paying attention. I could add @aboch to have a backup
Thanks! Yes, looks like it's fairly stable/low maintenance. Having @aboch added (if he's interested 🤗) would be appreciated
Set O_CLOEXEC when opening a network namespace
Fix: moby/moby/issues/41136 the container‘s netns fds leak, causing the container netns to not clean up successfully after the container stop
Signed-off-by: fanjiyun fan.jiyun@zte.com.cn