Skip to content
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

[18.03] Possible race on ingress programming #2181

Merged
merged 1 commit into from
Jun 8, 2018

Commits on Jun 8, 2018

  1. Possible race on ingress programming

    Make sure that iptables operations on ingress
    are serialized.
    Before 2 racing routines trying to create the ingress chain
    were allowed and one was failing reporting the chain as
    already existing.
    The lock guarantees that this condition does not happen anymore
    
    Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
    (cherry picked from commit 7bb62d0)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    Flavio Crisciani authored and thaJeztah committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    6fc151f View commit details
    Browse the repository at this point in the history