DHcp6 handler
This commit is contained in:
parent
6bc18cbb54
commit
eb1c4f8f6e
1 changed files with 1 additions and 0 deletions
|
|
@ -6,5 +6,6 @@ public class KeaDhcp6LeaseHandler : IKeaDhcpLeaseHandler
|
||||||
{
|
{
|
||||||
public void Handle(in SepReader.Row row)
|
public void Handle(in SepReader.Row row)
|
||||||
{
|
{
|
||||||
|
KeaDhcp6Lease lease = KeaDhcp6Lease.Parse(row);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue