summary refs log tree commit diff
path: root/nixos/tests/babeld.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-11-24 22:45:40 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-25 00:55:05 +0200
commitceb26b53d817cd60218dc95e00192c20ff0bea54 (patch)
tree912df597b419fea14cd8315d95dc65eae2f31858 /nixos/tests/babeld.nix
parente8988f7a30ba6e4a55c06673a8b672b75bb25d76 (diff)
downloadnixpkgs-ceb26b53d817cd60218dc95e00192c20ff0bea54.tar
nixpkgs-ceb26b53d817cd60218dc95e00192c20ff0bea54.tar.gz
nixpkgs-ceb26b53d817cd60218dc95e00192c20ff0bea54.tar.bz2
nixpkgs-ceb26b53d817cd60218dc95e00192c20ff0bea54.tar.lz
nixpkgs-ceb26b53d817cd60218dc95e00192c20ff0bea54.tar.xz
nixpkgs-ceb26b53d817cd60218dc95e00192c20ff0bea54.tar.zst
nixpkgs-ceb26b53d817cd60218dc95e00192c20ff0bea54.zip
nixos/tests/babeld: drop forwarding sysctls
They are now set as part of the babeld module.
Diffstat (limited to 'nixos/tests/babeld.nix')
-rw-r--r--nixos/tests/babeld.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/tests/babeld.nix b/nixos/tests/babeld.nix
index 5817ea4ce14..d4df6f86d08 100644
--- a/nixos/tests/babeld.nix
+++ b/nixos/tests/babeld.nix
@@ -25,9 +25,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
       {
         virtualisation.vlans = [ 10 20 ];
 
-        boot.kernel.sysctl."net.ipv4.conf.all.forwarding" = 1;
-        boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = 1;
-
         networking = {
           useDHCP = false;
           firewall.enable = false;
@@ -74,9 +71,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
       {
         virtualisation.vlans = [ 20 30 ];
 
-        boot.kernel.sysctl."net.ipv4.conf.all.forwarding" = 1;
-        boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = 1;
-
         networking = {
           useDHCP = false;
           firewall.enable = false;