about summary refs log tree commit diff
path: root/nixos/tests/nat.nix
AgeCommit message (Collapse)AuthorFilesLines
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-01nixosTests.nat: port to pythonMartin Milata1-26/+29
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
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.
2018-10-30tests/docs: remove remnants of old allowPing default (#49198)Robin Gloster1-2/+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-1/+1
2017-08-04nixos.tests.nat: fixRobin Gloster1-6/+6
2017-08-03tests/nat: Use switch-to-configuration in test caseMarkus Mueller1-20/+39
2017-01-25nixos/tests/nat: add test for conntrack helper autoloadingFranz Pletz1-15/+32
2017-01-25firewall: disable conntrack helper autoloading by defaultFranz Pletz1-3/+0
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
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-1/+4
2014-09-18nixos/tests/nat: Add tests for standalone and firewall based natWilliam A. Kennington III1-64/+67
2014-09-18nixos/tests/nat: Modify test to accomodate for firewall consolidationWilliam A. Kennington III1-3/+4
2014-09-01nixos/tests: Fix usage of head function without pkgs.libWilliam A. Kennington III1-1/+1
2014-08-31Revert "Revert "Merge pull request #3182 from wkennington/master.ipv6""William A. Kennington III1-1/+1
This reverts commit ea8910652fcecbcd4f21aa1c66b1a0a239408b04.
2014-08-31Revert "Merge pull request #3182 from wkennington/master.ipv6"Rob Vermaas1-1/+1
This reverts commit b23fd6585481a42937e105d5fce630a549900e86, reversing changes made to 43654cba2c280ce17b81db44993d1c1bcae3a9c6.
2014-08-30Refactor nixos files relying on the old ipAddress / prefixLength / ↵William A. Kennington III1-1/+1
subnetMask attributes
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+1
2014-04-14Make it easier to run the testsEelco Dolstra1-3/+1
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.)
2014-04-11Fix tests broken due to the firewall being enabled by defaultEelco Dolstra1-0/+3
2013-10-30Add lots of missing option typesEelco Dolstra1-1/+1
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+77