nixpkgs/nixos
Dustin Frisch 943508a7fa 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] 43b3a5ef61
2019-11-19 22:13:17 +01:00
..
doc nixos/manual: fix xml syntax error 2019-11-18 02:26:17 +01:00
lib Merge pull request #73251 from worldofpeace/remove-slim 2019-11-15 15:56:48 +00:00
maintainers
modules nixos/networkd: add Name as valid option to Link 2019-11-19 22:13:17 +01:00
tests Merge pull request #73188 from blitz/spike 2019-11-17 19:19:17 +01:00
COPYING
default.nix
README
release-combined.nix nixos/slim: remove 2019-11-11 17:10:41 -05:00
release-small.nix
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.