summary refs log tree commit diff
path: root/nixos/tests/nat.nix
Commit message (Collapse)AuthorAge
* nixosTests.nat: port to pythonMartin Milata2019-12-01
|
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* tests/docs: remove remnants of old allowPing default (#49198)Robin Gloster2018-10-30
| | | | | 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.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/tests: rename IP addresses/routes optionsrnhmjoj2018-02-17
|
* nixos.tests.nat: fixRobin Gloster2017-08-04
|
* tests/nat: Use switch-to-configuration in test caseMarkus Mueller2017-08-03
|
* nixos/tests/nat: add test for conntrack helper autoloadingFranz Pletz2017-01-25
|
* firewall: disable conntrack helper autoloading by defaultFranz Pletz2017-01-25
| | | | | | | This was disabled in the Linux kernel since 4.7 and poses a security risk if not configured properly. https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=486dcf43da7815baa615822f3e46883ccca5400f
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* nixos/tests/nat: Add tests for standalone and firewall based natWilliam A. Kennington III2014-09-18
|
* nixos/tests/nat: Modify test to accomodate for firewall consolidationWilliam A. Kennington III2014-09-18
|
* nixos/tests: Fix usage of head function without pkgs.libWilliam A. Kennington III2014-09-01
|
* Revert "Revert "Merge pull request #3182 from wkennington/master.ipv6""William A. Kennington III2014-08-31
| | | | This reverts commit ea8910652fcecbcd4f21aa1c66b1a0a239408b04.
* Revert "Merge pull request #3182 from wkennington/master.ipv6"Rob Vermaas2014-08-31
| | | | | This reverts commit b23fd6585481a42937e105d5fce630a549900e86, reversing changes made to 43654cba2c280ce17b81db44993d1c1bcae3a9c6.
* Refactor nixos files relying on the old ipAddress / prefixLength / ↵William A. Kennington III2014-08-30
| | | | subnetMask attributes
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-11
|
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10