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: 34e9d390bd39
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 17952ee589a2
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 19, 2018

  1. dhcpcd service: always want by multi-user

    When default gateways were specified the service wasn't wanted by anything at
    all before.
    abbradar committed Feb 19, 2018
    Copy the full SHA
    996ed08 View commit details
    Browse the repository at this point in the history
  2. dhcpcd service: want for both IP stacks

    We want to wait for both stacks to be active before declaring that network is active.
    So either both default gateways must be specified or only IPv4 if IPv6 is disabled to
    avoid dhcpcd for network-online.target.
    abbradar committed Feb 19, 2018
    Copy the full SHA
    5ff25fc View commit details
    Browse the repository at this point in the history
  3. network-interfaces-scripted service: delay setup if IPv6 is disabled

    Even if IPv6 gateway is set, there's no need to set it early if IPv6 is disabled.
    abbradar committed Feb 19, 2018
    Copy the full SHA
    d77984f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Merge pull request #35141 from abbradar/dhcpcd-order

    dhcpcd service: fix service dependencies when default gateways are set
    fpletz committed Feb 20, 2018
    Copy the full SHA
    17952ee View commit details
    Browse the repository at this point in the history