Migrate existing code
This commit is contained in:
parent
384ff4a6f3
commit
9b49f880a2
30 changed files with 1789 additions and 5 deletions
9
Integrations/Kea/LeaseType.cs
Normal file
9
Integrations/Kea/LeaseType.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace DotNetDDI.Integrations.Kea;
|
||||
|
||||
public enum LeaseType : byte
|
||||
{
|
||||
NonTempraryIPv6 = 0,
|
||||
TemporaryIPv6 = 1,
|
||||
IPv6Prefix = 2,
|
||||
IPv4 = 3
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue