Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f0492bd53c3e78afc429f3b2f3792f13d6352cdb
      
https://github.com/NixOS/nixpkgs/commit/f0492bd53c3e78afc429f3b2f3792f13d6352cdb
  Author: Arnold Krille <[email protected]>
  Date:   2016-10-08 (Sat, 08 Oct 2016)

  Changed paths:
    M nixos/modules/tasks/network-interfaces-scripted.nix
    M nixos/modules/tasks/network-interfaces.nix
    M nixos/release.nix
    A nixos/tests/containers-physical_interfaces.nix

  Log Message:
  -----------
  containers: Do not wait for udev for network devices

Test that adding physical devices to containers works, find that network setup
then doesn't work because there is no udev in the container to tell systemd
that the device is present.
Fixed by not depending on the device in the container.

Activate the new container test for release

Bonds, bridges and other network devices need the underlying not as
dependency when used inside the container. Because the device is already
there.

But the address configuration needs the aggregated device itself.


  Commit: cc91f274e0098a6642e88bf26c2c1a3eefdb806e
      
https://github.com/NixOS/nixpkgs/commit/cc91f274e0098a6642e88bf26c2c1a3eefdb806e
  Author: Arnold Krille <[email protected]>
  Date:   2016-10-08 (Sat, 08 Oct 2016)

  Changed paths:
    M nixos/modules/tasks/network-interfaces-scripted.nix
    M nixos/tests/containers-physical_interfaces.nix

  Log Message:
  -----------
  containers: Improve device dependency tracking

Now the tracking works with aggregated devices on aggregated devices.

So container with physical device where the device is put in a bond
which is the basis for a bridge is now handled correctly.


  Commit: 89e4d72fc8a7a10389bf1226cb60e5dde915c972
      
https://github.com/NixOS/nixpkgs/commit/89e4d72fc8a7a10389bf1226cb60e5dde915c972
  Author: Jörg Thalheim <[email protected]>
  Date:   2016-10-10 (Mon, 10 Oct 2016)

  Changed paths:
    M nixos/modules/tasks/network-interfaces-scripted.nix
    M nixos/modules/tasks/network-interfaces.nix
    M nixos/release.nix
    A nixos/tests/containers-physical_interfaces.nix

  Log Message:
  -----------
  Merge pull request #19128 from kampfschlaefer/fix_device_wait_in_containers

Fix device wait in containers


Compare: https://github.com/NixOS/nixpkgs/compare/d4eaac27bf9e...89e4d72fc8a7
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to