Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a26ffb006b8d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7db58b93d0d1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 25, 2020

  1. nixos/tests: use ::1 instead of anycast address (#96250)

    According to RFC4291[1], 2001:db8:: is the anycast address for the
    prefix and will be answered by all routers responsible for this prefix.
    This means that before the iputils bump, the ping from client to isp was
    answered by the router and not by the ISP machine. Switching away from
    the anycast address fixes this issue.
    
    Credits for finding this go to @primeos.
    
    [1]: https://tools.ietf.org/html/rfc4291#section-2.6.1
    
    Fixes #96188
    Emantor committed Aug 25, 2020
    Copy the full SHA
    7db58b9 View commit details
    Browse the repository at this point in the history