From bba3a71f5d9ff1925afb9355f7ae9d5204a31c38 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 10 Apr 2021 13:32:56 +0530 Subject: [PATCH] OptionOverloadValue: added flags attribute. --- DnsServerCore/Dhcp/Options/OptionOverloadOption.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DnsServerCore/Dhcp/Options/OptionOverloadOption.cs b/DnsServerCore/Dhcp/Options/OptionOverloadOption.cs index 2f075138..8bbaebfb 100644 --- a/DnsServerCore/Dhcp/Options/OptionOverloadOption.cs +++ b/DnsServerCore/Dhcp/Options/OptionOverloadOption.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,10 +17,12 @@ along with this program. If not, see . */ +using System; using System.IO; namespace DnsServerCore.Dhcp.Options { + [Flags] enum OptionOverloadValue : byte { FileFieldUsed = 1,