Tomek Mrugalski 3e189b431f [2324] inPool methods added to Subnet4 and Subnet6 12 years ago
..
tests 3e189b431f [2324] inPool methods added to Subnet4 and Subnet6 12 years ago
Makefile.am ee7d5cf204 [2324] AllocEngine is now part of b10-dhcpsrv lib. 12 years ago
README e9498651c8 [2238] CfgMgr work in progress: Triplet, Pool6, Subnet6 classes 12 years ago
addr_utilities.cc a78e560343 [2237] Changes after review. 12 years ago
addr_utilities.h 704ca46ac3 [2238] Changes after review. 12 years ago
alloc_engine.cc ee7d5cf204 [2324] AllocEngine is now part of b10-dhcpsrv lib. 12 years ago
alloc_engine.h ee7d5cf204 [2324] AllocEngine is now part of b10-dhcpsrv lib. 12 years ago
cfgmgr.cc 46c03d26e2 [2237] Support for Subnet4 implemented. 12 years ago
cfgmgr.h 7ad6e5687c [master] Merge branch 'trac2237' (Subnet/pool storage for DHCPv4) 12 years ago
dhcp4.h 4de75117f8 [1960] Implemented changes suggested in code review. 12 years ago
dhcp6.h 526f8713fb [1540] Changes after review: 13 years ago
duid.cc a1983f4368 [2140] DUID no longer returns unsafe references, tests updated. 12 years ago
duid.h ce585a075a [2324] duid.h improvements. 12 years ago
iface_mgr.cc f142802acf [master] Merge branch 'trac2187' 12 years ago
iface_mgr.h 02dd6ed0dd [2187] Improve doxygen comments. 12 years ago
iface_mgr_bsd.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. 13 years ago
iface_mgr_linux.cc 64e40094a7 [2187] Corrected the text of a few messages and removed a comment 12 years ago
iface_mgr_sun.cc 07eb75f4b5 [1968] Namespace typo fixed. 13 years ago
lease_mgr.cc d1c32c6bd6 [2324] LeaseMgr tests improved. 12 years ago
lease_mgr.h ee7d5cf204 [2324] AllocEngine is now part of b10-dhcpsrv lib. 12 years ago
libdhcp++.cc 79848f3dcc [2187] Removed 'cout' statements from pktX and libdhcp++. 12 years ago
libdhcp++.h 6ca3dadca8 [1959] Implemented first set of changes from the code review. 12 years ago
option.cc 8935b6716b [1959] Added factory function to create instance of options. 12 years ago
option.h 10cf1a64da [1959] Added couple @todos for postponed things during review, part 1. 12 years ago
option4_addrlst.cc a40b6c6656 Merge branch 'master' into trac1540 13 years ago
option4_addrlst.h 219324e66e [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP. 13 years ago
option6_addrlst.cc 4006d91c95 [1540] Last set of review changes. 13 years ago
option6_addrlst.h ec38722482 [1540] Doxygen warnings removed. 13 years ago
option6_ia.cc a40b6c6656 Merge branch 'master' into trac1540 13 years ago
option6_ia.h 219324e66e [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP. 13 years ago
option6_iaaddr.cc ec38722482 [1540] Doxygen warnings removed. 13 years ago
option6_iaaddr.h 526f8713fb [1540] Changes after review: 13 years ago
pkt4.cc 79848f3dcc [2187] Removed 'cout' statements from pktX and libdhcp++. 12 years ago
pkt4.h 5496d551ef [1955] Access perf_pktN and pktN class members via getters and setters. 13 years ago
pkt6.cc 79848f3dcc [2187] Removed 'cout' statements from pktX and libdhcp++. 12 years ago
pkt6.h 48755af6bf [1958] Added perfdhcp statistics printing functions. 12 years ago
pool.cc 574a6f8834 [2237] Pool4 and tests implemented. 12 years ago
pool.h 574a6f8834 [2237] Pool4 and tests implemented. 12 years ago
subnet.cc 3e189b431f [2324] inPool methods added to Subnet4 and Subnet6 12 years ago
subnet.h 3e189b431f [2324] inPool methods added to Subnet4 and Subnet6 12 years ago
triplet.h 680279e6e9 [2269] Merge branch 'trac2238' into trac2269 12 years ago

README

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.