Migrate existing code
This commit is contained in:
parent
384ff4a6f3
commit
9b49f880a2
30 changed files with 1789 additions and 5 deletions
12
Integrations/Kea/IKeaFactory.cs
Normal file
12
Integrations/Kea/IKeaFactory.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using DotNetDDI.Options;
|
||||
|
||||
namespace DotNetDDI.Integrations.Kea;
|
||||
|
||||
public interface IKeaFactory
|
||||
{
|
||||
KeaDhcp4LeaseHandler CreateHandler4();
|
||||
|
||||
KeaDhcp6LeaseHandler CreateHandler6();
|
||||
|
||||
KeaDhcpLeaseWatcher CreateWatcher(IKeaDhcpLeaseHandler handler, KeaDhcpServerOptions options);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue