From 37256bb8ecacf34d7ee90c485c3a9d5c2f934511 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 10 Apr 2021 13:32:15 +0530 Subject: [PATCH] ClientFullyQualifiedDomainNameFlags: added flags attribute. --- .../Dhcp/Options/ClientFullyQualifiedDomainNameOption.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DnsServerCore/Dhcp/Options/ClientFullyQualifiedDomainNameOption.cs b/DnsServerCore/Dhcp/Options/ClientFullyQualifiedDomainNameOption.cs index 05e33760..6ebac111 100644 --- a/DnsServerCore/Dhcp/Options/ClientFullyQualifiedDomainNameOption.cs +++ b/DnsServerCore/Dhcp/Options/ClientFullyQualifiedDomainNameOption.cs @@ -1,6 +1,6 @@ /* Technitium DNS Server -Copyright (C) 2019 Shreyas Zare (shreyas@technitium.com) +Copyright (C) 2021 Shreyas Zare (shreyas@technitium.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,7 @@ along with this program. If not, see . */ +using System; using System.IO; using System.Text; using TechnitiumLibrary.IO; @@ -24,6 +25,7 @@ using TechnitiumLibrary.Net.Dns; namespace DnsServerCore.Dhcp.Options { + [Flags] enum ClientFullyQualifiedDomainNameFlags : byte { None = 0,