Project

General

Profile

Actions

Bug #15332

open

Kea doesn't start without any logs when upload config with additional DHCP pool if it has additional parameters configured

Added by aleksei prokofiev about 2 months ago. Updated about 1 month ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
DHCP Server (IPv4)
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Release Notes:
Default
Affected Plus Version:
23.09.1
Affected Architecture:

Description

If the config has additioan DHCP pool with extra parametrs configured, such default-lease-time or max-lease-time, then KEA won't start with out any logs. To fix that need delete from config those extra option. Or just resave affected pool without any changes, it will lead rewrite config without extra options.
For example
<pool>
<range>
<from>192.168.6.2</from>
<to>192.168.6.48</to>
</range>
<descr><![CDATA[NTP Server]]></descr>
<defaultleasetime>600</defaultleasetime>
<maxleasetime>3600</maxleasetime>
After resave it will deleted
<pool>
<range>
<from>192.168.6.2</from>
<to>192.168.6.48</to>
</range>
<descr><![CDATA[NTP Server]]></descr>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>

Actions #1

Updated by Lev Prokofev about 1 month ago

I can confirm this behavior, tested on 23.09.1. It happens because that can't set default-lease-time or max-lease-time for the additional pool when using the KEA backed, but can for the ISC.

Actions

Also available in: Atom PDF