nixos/test/kea: set subnet id

They have become mandatory as of Kea 2.6.0.
This commit is contained in:
Martin Weinelt 2024-05-30 01:36:58 +02:00
parent 5540ce2c28
commit cecc91b1b4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";