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

windows: support -dev mode #7534

Merged
merged 1 commit into from
Mar 30, 2020
Merged

windows: support -dev mode #7534

merged 1 commit into from
Mar 30, 2020

Commits on Mar 28, 2020

  1. windows: support -dev mode

    Support running `nomad agent -dev` in Windows, by setting proper network
    interface.
    
    Prior to this change, `nomad` uses `lo` interface but Windows uses
    "Loopback Pseudo-Interface 1" to refer to loopback device interface:
    https://github.com/golang/go/blob/go1.14.1/src/net/net_windows_test.go#L304-L318
    .
    Mahmood Ali committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    b398f28 View commit details
    Browse the repository at this point in the history