nixpkgs/nixos/modules
rnhmjoj 6732106210
network-interfaces-scripted: fix interface cleanup
There is apparently a bug in the parser of iproute2 where the command
`ip link show <devname>` will not show the device but list all
interfaces (equivalent to `ip link show`) if devname is equal to one of
the flags of `ip-address(8)`. For example, `home`, or `optimistic`.

This bug causes a false positive in the clean up command of the
<devname>-netdev.service, the service fails and the interface is never
configured.

To avoid the bug we can simply use `ip link show dev <devname>`.
2023-05-27 15:09:22 +02:00
..
config nixos: fix typos 2023-05-19 22:31:04 -04:00
hardware nixos: fix typos 2023-05-19 22:31:04 -04:00
i18n/input-method treewide: use more lib.optionalString 2023-04-07 13:38:33 +02:00
installer Merge pull request #229767 from mberndt123/mberndt123/stratis-rootfs 2023-05-25 14:06:31 -04:00
misc nixos: fix typos 2023-05-19 22:31:04 -04:00
profiles nixos/installer: update getty help message 2023-04-08 20:18:28 +02:00
programs nixos: fix typos 2023-05-19 22:31:04 -04:00
security nixos/pam_mount: fix mounts without options (#234026) 2023-05-25 22:45:59 +02:00
services nixos/sftpgo: init 2023-05-25 22:46:15 +02:00
system Merge pull request #229767 from mberndt123/mberndt123/stratis-rootfs 2023-05-25 14:06:31 -04:00
tasks network-interfaces-scripted: fix interface cleanup 2023-05-27 15:09:22 +02:00
testing nixos: fix typos 2023-05-19 22:31:04 -04:00
virtualisation Merge pull request #233350 from GrahamDennis/grahamdennis/testing-networks 2023-05-26 15:57:01 +02:00
module-list.nix nixos/sftpgo: init 2023-05-25 22:46:15 +02:00
rename.nix nixos: fix typos 2023-05-19 22:31:04 -04:00