Navigation Menu

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: 3de2aeb519b9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 943508a7fa95
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 19, 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
    fooker authored and Lassulus committed Nov 19, 2019
    Copy the full SHA
    943508a View commit details
    Browse the repository at this point in the history