summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option4_dnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dhcp/option4_dnr.h')
-rw-r--r--src/lib/dhcp/option4_dnr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/dhcp/option4_dnr.h b/src/lib/dhcp/option4_dnr.h
index 2d5b916535..fe570302d9 100644
--- a/src/lib/dhcp/option4_dnr.h
+++ b/src/lib/dhcp/option4_dnr.h
@@ -13,6 +13,7 @@
#include <dhcp/option.h>
#include <dhcp/option_data_types.h>
#include <dns/name.h>
+#include <util/encode/utf8.h>
#include <util/strutil.h>
#include <map>
@@ -459,6 +460,10 @@ protected:
/// @return length of DNR Instance data in octets.
uint16_t dnrInstanceLen() const;
+ /// @brief Indicates whether the "alpn" SvcParam contains support for HTTP.
+ /// Defaults to false.
+ bool alpn_http_;
+
private:
/// @brief Size in octets of DNR Instance Data Length field.
///