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: fb2ea4fa6a11
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 83665e31dd08
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 29, 2019

  1. nixos/tests/ferm: wait for DAD timeout before testing

    The test has recently been failing due to the IPv6 address
    on the server still being in the tentative state, when the
    client sends its first request. The server will not start
    using the IPv6 address until DAD has completed.
    
    Scripted networking seems not to wait for DAD completion
    before completing network-online.target, so let's switch
    to networkd instead, which does.
    
    (cherry picked from commit 1fb3818)
    mweinelt authored and Mic92 committed Sep 29, 2019
    Copy the full SHA
    83665e3 View commit details
    Browse the repository at this point in the history