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: 23961502e152
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e8f4b4bc27ce
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

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.
    mweinelt committed Sep 29, 2019
    Copy the full SHA
    1fb3818 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70020 from mweinelt/pr/tests/ferm

    ferm: wait for DAD timeout before testing
    Mic92 committed Sep 29, 2019
    Copy the full SHA
    e8f4b4b View commit details
    Browse the repository at this point in the history