diff options
| author | Egor Savkin <es@m-labs.hk> | 2024-10-31 10:29:18 +0800 |
|---|---|---|
| committer | Egor Savkin <es@m-labs.hk> | 2024-12-02 10:54:47 +0800 |
| commit | 9354d385e2c033e82eb285fec16e6dc771b8a336 (patch) | |
| tree | 038c709f3433d5c2231b24697bb3101105387da3 /pkgs/development/python-modules/rangehttpserver | |
| parent | 5d776e2586ead4f5883e66072bb29713b610f75e (diff) | |
network: Fix cycle dependency causing race of netdev and address configuration
This changes the following chain after `nixos-rebuild switch` with modified tunnel interfaces:
stop network-setup -> stop TUN-netdev -> stop network-addresses-TUN -> start network-addresses-TUN (fails since it depends on TUN-netdev which is off).
Chain after this change:
stop TUN-netdev -> stop network-setup -> stop network-addresses-TUN -> start TUN-netdev -> start network-addresses-TUN -> start network-setup
Signed-off-by: Egor Savkin <es@m-labs.hk>
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
