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

fix bug for including loopback addr #36670

Merged
merged 1 commit into from
Sep 30, 2016
Merged

Commits on Sep 29, 2016

  1. fix bug for including loopback addr

    addrs.discard('127.0.0.1') already remove 127.0.0.1 out of addrs, and salt.utils.network.ip_addrs will ignore 127.0.0.1 by default, so the code of line 589 `if ipv4 in addrs` will not works forever, because 127.0.0.1 will never be in addrs.
    jackywu committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    48d2d51 View commit details
    Browse the repository at this point in the history