Fix GRE tunnels restarted before udev service started #56
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "esavkin/it-infra:34-network-addr-service-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This patch adds explicit requirements for virtual network address services to run after and only when udevd service is running. Also depend on virt netdev creation service instead of device.
Tested by adding following to the defenestrate configuration:
and in flake.nix switching
inputs.nixpkgs.url = github:NixOS/nixpkgs/
between 1dab772dd4a68a7bba5d9460685547ff8e17d899 and fddbd3e9800c214f83674791a883716c168a8539 back and forth.Also checked that changing the interface parameters happens without errors.