Pull request: dhcpd: support decline and release msgs

Updates #3053.

Squashed commit of the following:

commit eb68a21436536d67b6d23873e6b6f291912bf3a1
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri May 14 18:58:15 2021 +0300

    dhcpd: do not panic

commit 423678934e736e842fc90042ee0037d1efa912ee
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri May 14 18:18:49 2021 +0300

    dhcpd: support decline and release msgs
This commit is contained in:
Ainar Garipov
2021-05-14 19:16:07 +03:00
parent c890f5c152
commit 9d788a2983
2 changed files with 157 additions and 42 deletions

View File

@@ -17,6 +17,10 @@ and this project adheres to
## [v0.106.3] - 2021-05-17 (APPROX.)
-->
### Added
- Support for DHCP `DECLINE` and `RELEASE` message types ([#3053]).
### Fixed
- DHCP leases validation ([#3107], [#3127]).
@@ -26,6 +30,7 @@ and this project adheres to
- Disallowed domains are now case-insensitive ([#3115]).
[#2875]: https://github.com/AdguardTeam/AdGuardHome/issues/2875
[#3053]: https://github.com/AdguardTeam/AdGuardHome/issues/3053
[#3064]: https://github.com/AdguardTeam/AdGuardHome/issues/3064
[#3107]: https://github.com/AdguardTeam/AdGuardHome/issues/3107
[#3115]: https://github.com/AdguardTeam/AdGuardHome/issues/3115