-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set O_CLOEXEC when opening a network namespace #43
Conversation
Signed-off-by: fanjiyun <fan.jiyun@zte.com.cn>
@vishvananda PTAL |
@vishvananda @tklauser ptal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FWIW, |
@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