Unverified Commit 1d9c2c9b authored by Jacek Galowicz's avatar Jacek Galowicz Committed by GitHub
Browse files

Merge pull request #328375 from frederictobiasc/nixosTest-ipv6

nixos/tests: Fix tests failing with new default IPv6 configuration
parents 7a5ca794 0539bbe0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
        # for fowarding/input from the configured interfaces so you do not have
        # to manage multiple places
        firewall.enable = false;
        interfaces.eth1.ipv6.addresses = lib.mkForce [ ];
      };

      systemd.network = {
@@ -275,6 +276,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
      networking = {
        useNetworkd = true;
        useDHCP = false;
        interfaces.eth1.ipv6.addresses = lib.mkForce [ ];
      };
    };
  };