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:37:53 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-30 01:37:53 +0200
commitbff993871e0b972294fe76a725ef8263fe33d072 (patch)
treefacc76152c29ba4fe993052a702af5fab4b07e45 /nixos
parentcecc91b1b4c468d286ad15ba0dea4cf55412a27c (diff)
nixos/tests/systemd-networkd-ipv6-prefix-delegation: set kea subnet id
Kea since version 2.6.0 requires it to be set.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/systemd-networkd-ipv6-prefix-delegation.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/systemd-networkd-ipv6-prefix-delegation.nix b/nixos/tests/systemd-networkd-ipv6-prefix-delegation.nix
index 1e55341657bdb..eb7aafdcbafd1 100644
--- a/nixos/tests/systemd-networkd-ipv6-prefix-delegation.nix
+++ b/nixos/tests/systemd-networkd-ipv6-prefix-delegation.nix
@@ -66,6 +66,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
           settings = {
             interfaces-config.interfaces = [ "eth1" ];
             subnet6 = [ {
+              id = 1;
               interface = "eth1";
               subnet = "2001:DB8::/32";
               pd-pools = [ {