Unverified Commit cecc91b1 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

nixos/test/kea: set subnet id

They have become mandatory as of Kea 2.6.0.
parent 5540ce2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...}: {
          };

          subnet4 = [ {
            id = 1;
            subnet = "10.0.0.0/29";
            pools = [ {
              pool = "10.0.0.3 - 10.0.0.3";