Kea 2.7.5
|
This sets of arrays define the default values and values inherited (derived) between various scopes. More...
#include <config.h>
#include <dhcpsrv/parsers/simple_parser4.h>
#include <cc/data.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
This sets of arrays define the default values and values inherited (derived) between various scopes.
SimpleParser specialized for DHCPv4.
Each of those is documented in. This is different than most other comments in Kea code. The reason for placing those in .cc rather than .h file is that it is expected to be one centralized place to look at for the default values. This is expected to be looked at also by people who are not skilled in C or C++, so they may be confused with the differences between declaration and definition. As such, there's one file to look at that hopefully is readable without any C or C++ skills.
This class is a isc::data::SimpleParser dedicated to DHCPv4 parser. In particular, it contains all the default values and names of the parameters that are to be derived (inherited) between scopes. For the actual values, see
Definition in file simple_parser4.cc.