summaryrefslogtreecommitdiffstats
path: root/nixos/tests/kea.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/kea.nix')
-rw-r--r--nixos/tests/kea.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/kea.nix b/nixos/tests/kea.nix
index 98a8e93a0760..653e280ec8b7 100644
--- a/nixos/tests/kea.nix
+++ b/nixos/tests/kea.nix
@@ -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";