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: 0e4555870733
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0a98d1085087
Choose a head ref
  • 9 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 29, 2020

  1. Copy the full SHA
    0bdc8d7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. nixos/networkd: remove CriticalConnection= fields in favor of KeepCon…

    …nection
    
    Systemd upstream has deprecated CriticalConnection with v244 in favor of
    KeepConnection as that seems to be more flexible:
    
      The CriticalConnection= setting in .network files is now deprecated,
      and replaced by a new KeepConfiguration= setting which allows more
      detailed configuration of the IP configuration to keep in place.
    andir committed May 1, 2020
    Copy the full SHA
    7b78f0f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc960a0 View commit details
    Browse the repository at this point in the history
  3. nixos/networkd: introduce the DHCPv6 network section eqivalent

    You can now specify option for the `[DHCPv6]` section with
    `systemd.network.<name>.dhcpV6Config.…`. Previously you could only use
    the combined legacy DHCP configuration.
    andir committed May 1, 2020
    Copy the full SHA
    bb9b61e View commit details
    Browse the repository at this point in the history
  4. nixos/networkd: rename the networkd dhcpConfig option to dhcpV4Config

    This follows upstreams change in documentation. While the `[DHCP]`
    section might still work it is undocumented and we should probably not
    be using it anymore. Users can just upgrade to the new option without
    much hassle.
    
    I had to create a bit of custom module deprecation code since the usual
    approach doesn't support wildcards in the path.
    andir committed May 1, 2020
    Copy the full SHA
    819e8bb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5abd9a7 View commit details
    Browse the repository at this point in the history
  6. nixos/networkd: add ipv6Prefix

    andir committed May 1, 2020
    Copy the full SHA
    10ad353 View commit details
    Browse the repository at this point in the history
  7. nixos/networkd: support PrefixDelegationHint in DHCPv6 section

    With sytemd v244 we will have support for this option.
    andir committed May 1, 2020
    Copy the full SHA
    00215e5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #82026 from andir/systemd-update-networkd-options

    nixos/networkd: update configuration options
    flokli committed May 1, 2020
    Copy the full SHA
    0a98d10 View commit details
    Browse the repository at this point in the history