-
Notifications
You must be signed in to change notification settings - Fork 195
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
Target IP filter blocking all traffic #39
Comments
Thank you for reporting. I will gladly accept PR with issue fix, if you have time and desire to assist. |
We already found out that this should be However, that won't fix the issue. |
This appears to be a general problem with Docker and tc. I opened an upstream issue at moby/moby#33162 |
Thank you, will follow this issue too |
You can find the solution in the upstream issue. |
Any news about this issue? Looks like solution found in moby/moby#33162 |
I've added a delete for 2 |
Hey,
While playing around with Pumba 0.4.2, I noticed that the target IP filter is blocking all traffic instead of affecting the specified IP only.
I'm starting a test container in which I run ping:
After injecting the delay with Pumba, all traffic appears to be blocked:
Also, stopping Pumba does not seem to revert the impact properly, leaving me with a broken container.
Affecting all traffic without --target works just fine though.
The text was updated successfully, but these errors were encountered: