about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-30 01:36:58 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-30 01:36:58 +0200
commitcecc91b1b4c468d286ad15ba0dea4cf55412a27c (patch)
tree0c69201508cfd74db6baad693d774975a8e8ee2c /nixos
parent5540ce2c2887693dceda447ef2f75a7f43ba23cc (diff)
nixos/test/kea: set subnet id
They have become mandatory as of Kea 2.6.0.
Diffstat (limited to 'nixos')
-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 98a8e93a07609..653e280ec8b7e 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";