Kea
1.9.9-git
|
#include <cc/data.h>
#include <dhcp/libdhcp++.h>
#include <dhcp/option.h>
#include <dhcp/option_definition.h>
#include <dhcp/std_option_defs.h>
#include <eval/evaluate.h>
#include <eval/token.h>
#include <util/strutil.h>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::flex_option::FlexOptionImpl |
Flex Option implementation. More... | |
class | isc::flex_option::FlexOptionImpl::OptionConfig |
Option configuration. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::flex_option | |
Typedefs | |
typedef boost::shared_ptr< FlexOptionImpl > | isc::flex_option::FlexOptionImplPtr |
The type of shared pointers to Flex Option implementations. More... | |