summary refs log tree commit diff
path: root/nixos/tests/containers-physical_interfaces.nix
Commit message (Collapse)AuthorAge
* nixos/containers-physical_interfaces: use new bond option interfaceJörg Thalheim2018-03-31
|
* nixos/tests: rename IP addresses/routes optionsrnhmjoj2018-02-17
|
* containers: Improve device dependency trackingArnold Krille2016-10-08
| | | | | | | 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.
* containers: Do not wait for udev for network devicesArnold Krille2016-10-08
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.