<html>Hello,<br /><br />I am writing a hook which should select a different subnet depending on the value of an option the client sends.<br />Therefore I used the subnet4_select() hook, where I use the "Subnet4Ptr". To use this I needed to include the "subnet.h" but this file doesn't exists anywhere on my system, except in "/home/felix/Documents/prog/kea/src/lib/dhcpsrv/subnet.h" which is the git folder.<br /><br />I tried the installation from sourcecode via git and the debian testing package. On both installations the file doesn't exist.<br /><br />At the moment I just copied the dhcpsrv directory to the include directory of the kea installation.<br /><br />My question is how must I install Kea to use the subnet datatypes out of the box?<br /><br />Thank you in advance<br />Felix</html>