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

Commits on Dec 6, 2019

  1. nixos/networkd: add Name as valid option to Link

    This has been there since v209 [1]
    
    ```
    The interface name to use. This option has lower precedence than NamePolicy=, so for this setting to take effect, NamePolicy= must either be unset, empty, disabled, or all policies configured there must fail. Also see the example below with "Name=dmz0".
    
    Note that specifying a name that the kernel might use for another interface (for example "eth0") is dangerous because the name assignment done by udev will race with the assignment done by the kernel, and only one interface may use the name. Depending on the order of operations, either udev or the kernel will win, making the naming unpredictable. It is best to use some different prefix, for example "internal0"/"external0" or "lan0"/"lan1"/"lan3".
    ```
    
    [1] systemd/systemd@43b3a5e
    
    (cherry picked from commit 943508a)
    fooker authored and Ma27 committed Dec 6, 2019
    Copy the full SHA
    76049ce View commit details
    Browse the repository at this point in the history
  2. nixos/networkd: add missing "Advertise" option

    This is in systemd since v240.
    
    (cherry picked from commit 2c1281e)
    flokli authored and Ma27 committed Dec 6, 2019
    Copy the full SHA
    0e4d0ad View commit details
    Browse the repository at this point in the history