module documentation

This module contains the classes for the DHCP service base class and the DHCP4 and DHCP6 implementations.

Class Dhcp4Service A class to represent a DHCP4 service, inherited from DhcpService
Class Dhcp6Service A class to represent a DHCP6 service, inherited from DhcpService
Class DhcpService A class to represent a generic DHCP service, inherited from Allocator and used by the DHCP4 and DHCP6 services