kea: Subnet IDs are now mandatory
This commit is contained in:
parent
c0ed5156dc
commit
ed8dcd8c82
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
|
||||
subnet4 = [
|
||||
{
|
||||
id = 1;
|
||||
pools = [ { pool = "10.0.0.150 - 10.0.0.200"; } ];
|
||||
subnet = "10.0.0.0/24";
|
||||
option-data = [
|
||||
|
|
Loading…
Reference in a new issue