OptionOverloadValue: added flags attribute.

This commit is contained in:
Shreyas Zare
2021-04-10 13:32:56 +05:30
parent bef86060eb
commit bba3a71f5d

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
using System;
using System.IO;
namespace DnsServerCore.Dhcp.Options
{
[Flags]
enum OptionOverloadValue : byte
{
FileFieldUsed = 1,