Kea 2.5.8
simple_parser6.cc File Reference

This sets of arrays define the default values and values inherited (derived) between various scopes. More...

#include <config.h>
#include <cc/data.h>
#include <dhcpsrv/parsers/simple_parser6.h>
+ Include dependency graph for simple_parser6.cc:

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
 

Detailed Description

This sets of arrays define the default values and values inherited (derived) between various scopes.

SimpleParser specialized for DHCPv6.

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 DHCPv6 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_parser6.cc.