summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option_space.h
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2020-01-15 22:56:45 +0100
committerRazvan Becheriu <razvan@isc.org>2020-01-15 22:56:45 +0100
commit46da5677d9610413b3a041f608a2ee738c64f98d (patch)
tree8a9152f84263b31fd4dfd6c06243c100f447af47 /src/lib/dhcp/option_space.h
parent[#889] addressed review (diff)
downloadkea-46da5677d9610413b3a041f608a2ee738c64f98d.tar.xz
kea-46da5677d9610413b3a041f608a2ee738c64f98d.zip
[#889] addressed review
Diffstat (limited to 'src/lib/dhcp/option_space.h')
-rw-r--r--src/lib/dhcp/option_space.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/lib/dhcp/option_space.h b/src/lib/dhcp/option_space.h
index ce8b1c4ca4..f070a7630c 100644
--- a/src/lib/dhcp/option_space.h
+++ b/src/lib/dhcp/option_space.h
@@ -7,30 +7,14 @@
#ifndef OPTION_SPACE_H
#define OPTION_SPACE_H
+#include <dhcp/std_option_defs.h>
#include <exceptions/exceptions.h>
+
#include <boost/shared_ptr.hpp>
#include <map>
#include <stdint.h>
#include <string>
-/// @brief global option spaces
-#define DHCP4_OPTION_SPACE "dhcp4"
-#define DHCP6_OPTION_SPACE "dhcp6"
-#define DOCSIS3_V4_OPTION_SPACE "docsis3-v4"
-#define DOCSIS3_V6_OPTION_SPACE "docsis3-v6"
-#define ISC_V6_OPTION_SPACE "4o6"
-#define MAPE_V6_OPTION_SPACE "s46-cont-mape-options"
-#define MAPT_V6_OPTION_SPACE "s46-cont-mapt-options"
-#define LW_V6_OPTION_SPACE "s46-cont-lw-options"
-#define V4V6_RULE_OPTION_SPACE "s46-rule-options"
-#define V4V6_BIND_OPTION_SPACE "s46-v4v6bind-options"
-#define LAST_RESORT_V4_OPTION_SPACE "last-resort-v4"
-
-/// @brief encapsulated option spaces
-#define DHCP_AGENT_OPTION_SPACE "dhcp-agent-options-space"
-#define VENDOR_OPTION_SPACE "vendor-opts-space"
-#define VENDOR_ENCAPSULATED_OPTION_SPACE "vendor-encapsulated-options-space"
-
namespace isc {
namespace dhcp {