summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorArnold Krille <arnold@arnoldarts.de>2017-02-11 16:46:55 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-03-26 18:47:43 +0200
commit68729958e889b7db114fcb3f5ca297d28ae59165 (patch)
treeac32b11eb669cabd98e0b4e2eddc2afcf03581f5 /nixos/release.nix
parentbf284bdfef0d39ffb1b90b3bebbfc8bc8a40cfc9 (diff)
downloadnixpkgs-68729958e889b7db114fcb3f5ca297d28ae59165.tar
nixpkgs-68729958e889b7db114fcb3f5ca297d28ae59165.tar.gz
nixpkgs-68729958e889b7db114fcb3f5ca297d28ae59165.tar.bz2
nixpkgs-68729958e889b7db114fcb3f5ca297d28ae59165.tar.lz
nixpkgs-68729958e889b7db114fcb3f5ca297d28ae59165.tar.xz
nixpkgs-68729958e889b7db114fcb3f5ca297d28ae59165.tar.zst
nixpkgs-68729958e889b7db114fcb3f5ca297d28ae59165.zip
network-interfaces: reload bridges on conf changes
And adopt the tests to add an interface and remove it again.

It should work when deactivating rstp, it will not work when activating
rstp for the first bridge as then the userspace daemon is not yet
available. But once one bridge is active with stp, it should work with
the reload for any further bridge.

Fixes #21745. Also see #22547.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 3535690a8e6..523d6e291ac 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -228,6 +228,7 @@ in rec {
   tests.containers-imperative = callTest tests/containers-imperative.nix {};
   tests.containers-extra_veth = callTest tests/containers-extra_veth.nix {};
   tests.containers-physical_interfaces = callTest tests/containers-physical_interfaces.nix {};
+  tests.containers-restart_networking = callTest tests/containers-restart_networking.nix {};
   tests.containers-tmpfs = callTest tests/containers-tmpfs.nix {};
   tests.containers-hosts = callTest tests/containers-hosts.nix {};
   tests.containers-macvlans = callTest tests/containers-macvlans.nix {};