2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00

[992] IfaceMgr moved from src/bin/dhcp6 to src/lib/dhcp

- IfaceMgr moved
- Added new, simple test for b10-dhcp4 daemon
- Added skeleton man page for b10-dhcp4
This commit is contained in:
Tomek Mrugalski
2011-11-30 15:32:40 +01:00
parent 7e2204f4a6
commit ea709c77cd
15 changed files with 221 additions and 18 deletions

View File

@@ -14,7 +14,7 @@
#include <dhcp/dhcp4.h>
#include <dhcp/pkt4.h>
#include <dhcp6/iface_mgr.h>
#include <dhcp/iface_mgr.h>
#include <dhcp4/dhcp4_srv.h>
#include <asiolink/io_address.h>