2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Files
kea/src/lib/dhcp
Stephen Morris c7cb0c3336 [2342] getVersion() is now working
This change adds the code for prepared statement creation and the
template for retrieving information from the database.
2012-10-18 11:33:51 +01:00
..
2012-10-18 11:33:51 +01:00
2012-10-11 14:55:04 +02:00
2012-09-21 18:45:21 +02:00
2012-02-17 19:27:42 +01:00
2012-05-10 19:43:16 +02:00
2012-09-26 17:14:53 +02:00
2012-09-26 12:49:27 +02:00
2012-10-18 11:33:51 +01:00
2012-02-17 19:27:42 +01:00
2012-10-02 17:18:49 +02:00
2012-10-02 17:18:49 +02:00

This directory holds implementation for DHCP libraries:

libdhcp++ - this is a generic purpose DHCP library. Please be careful
what is put here. It is going to be shared by various servers (the "regular"
one and the embedded as well), clients, relays and performance tools.

libdhcpsrv - Server specific code goes in here. It will be used by
dhcp4 and dhcp6 server.