summaryrefslogtreecommitdiffstats
path: root/nixos/tests/containers-restart_networking.nix
AgeCommit message (Collapse)Author
2021-02-26nixos/containers: styling improvementsPatryk Wychowaniec
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl
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 Milata
2019-08-28treewide: remove redundant recvolth
2018-10-30tests/docs: remove remnants of old allowPing default (#49198)Robin Gloster
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 lambdasvolth
2018-02-17nixos/tests: rename IP addresses/routes optionsrnhmjoj
2017-03-26network-interfaces: reload bridges on conf changesArnold Krille
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.