Introduction to the Oracle Solaris Developer Documentation

Developing Custom Storage Modules for the DHCP Service

The Oracle Solaris OS provides Dynamic Host Configuration Protocol (DHCP) services. The Oracle Solaris DHCP service provides a framework that enables the development and use of custom databases for storing DHCP data. The Solaris DHCP Service Developer’s Guide describes how to enable the DHCP service to use additional data storage facilities. The manual enables developers to write a module to store DHCP data in a database that is not currently supported by the Oracle Solaris DHCP service. The manual gives an overview of the data access framework used by Oracle Solaris DHCP and general guidelines for developers. The book also provides sample code templates.