Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 01dbf03628fbddff46b60354407d23497c25a566
      
https://github.com/NixOS/nixpkgs/commit/01dbf03628fbddff46b60354407d23497c25a566
  Author: Eelco Dolstra <[email protected]>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
    M nixos/modules/security/polkit.nix
    M nixos/modules/tasks/network-interfaces-scripted.nix

  Log Message:
  -----------
  network-link-*.service: Set stopIfChanged = false

This reduces the time window during which IP addresses are gone during
switch-to-configuration. A complication is that with stopIfChanged =
true, preStop would try to delete the *new* IP addresses rather than
the old one (since the preStop script now runs after the switch to the
new configuration). So we now record the actually configured addresses
in /run/nixos/network/addresses/<interface>. This is more robust in
any case.

Issue https://github.com/NixOS/nixops/issues/640.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to