Stephen Morris 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
..
tests 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
Makefile.am d2551c3b2b [2475] Split dhcp files into dhcp and dhcpsrv directories il y a 12 ans
README e9498651c8 [2238] CfgMgr work in progress: Triplet, Pool6, Subnet6 classes il y a 12 ans
dhcp4.h 4de75117f8 [1960] Implemented changes suggested in code review. il y a 12 ans
dhcp6.h 4e7a8f7575 [2342] Merge branch 'master' into trac2342 il y a 12 ans
duid.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
duid.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
iface_mgr.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
iface_mgr.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
iface_mgr_bsd.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. il y a 13 ans
iface_mgr_linux.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
iface_mgr_sun.cc 07eb75f4b5 [1968] Namespace typo fixed. il y a 13 ans
libdhcp++.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
libdhcp++.dox 461164b527 [2324] Developer's Guide section written il y a 12 ans
libdhcp++.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
libdhcsrv.dox 461164b527 [2324] Developer's Guide section written il y a 12 ans
option.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option4_addrlst.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option4_addrlst.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_addrlst.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_addrlst.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_ia.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_ia.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_iaaddr.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_iaaddr.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_int.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_int_array.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option_data_types.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option_definition.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option_definition.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
pkt4.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
pkt4.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
pkt6.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
pkt6.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans

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.