about summary refs log tree commit diff
path: root/nixos/tests/containers-restart_networking.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-02-26nixos/containers: styling improvementsPatryk Wychowaniec1-5/+3
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2019-12-08nixosTests.containers*: port rest to pythonMartin Milata1-44/+46
2019-08-28treewide: remove redundant recvolth1-1/+1
2018-10-30tests/docs: remove remnants of old allowPing default (#49198)Robin Gloster1-1/+0
This has been defaulting to true since 16.03, we don't need this code anymore, also the note in the documentation has been obsolete for quite a while.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-4/+4
2018-02-17nixos/tests: rename IP addresses/routes optionsrnhmjoj1-7/+7
2017-03-26network-interfaces: reload bridges on conf changesArnold Krille1-0/+114
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.