mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
nixos/test/kea: set subnet id
They have become mandatory as of Kea 2.6.0.
This commit is contained in:
parent
5540ce2c28
commit
cecc91b1b4
@ -57,6 +57,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...}: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
subnet4 = [ {
|
subnet4 = [ {
|
||||||
|
id = 1;
|
||||||
subnet = "10.0.0.0/29";
|
subnet = "10.0.0.0/29";
|
||||||
pools = [ {
|
pools = [ {
|
||||||
pool = "10.0.0.3 - 10.0.0.3";
|
pool = "10.0.0.3 - 10.0.0.3";
|
||||||
|
Loading…
Reference in New Issue
Block a user