Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: e0fad41ddfd3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 742f0ffa7d50
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 28, 2019

  1. Fix link in CONTRIBUTING.md

    (cherry picked from commit bdc3697)
    davidak authored and vcunat committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c15f3d8 View commit details
    Browse the repository at this point in the history
  2. Fix link in PULL_REQUEST_TEMPLATE.md (the same link)

    (cherry picked from commit 3c5f5b1)
    vcunat committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2369a6a View commit details
    Browse the repository at this point in the history
  3. nixos/networkd: add ipv4-fallback and fallback as valid options t…

    …o `LinkLocalAddressing`
    
    Both options were introduced in systemd v243[1]. Those options can be
    used to ensure that LinkLocalAddressing is only configured for a given
    interface if DHCPv4 fails. To quote `systemd.network(5)`:
    
    ```
    If "fallback" or "ipv4-fallback" is specified, then an IPv4
    link-local address is configured only when DHCPv4 fails. If "fallback", an IPv6 link-local
    address is always configured, and if "ipv4-fallback", the address is not configured. Note
    that, the fallback mechanism works only when DHCPv4 client is enabled, that is, it requires
    "DHCP=yes" or "DHCP=ipv4".
    ```
    
    [1] systemd/systemd@8bc17bb
    
    (cherry picked from commit 47724fc)
    Ma27 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    742f0ff View commit details
    Browse the repository at this point in the history