1
0
Fork 0
netddi/Integrations/Kea/LeaseType.cs

10 lines
141 B
C#
Raw Normal View History

2025-01-29 23:53:57 +01:00
namespace DotNetDDI.Integrations.Kea;
public enum LeaseType : byte
{
NonTempraryIPv6 = 0,
TemporaryIPv6 = 1,
IPv6Prefix = 2,
IPv4 = 3
}