Skip to content

Commit

Permalink
dhcpd: fix build tags & log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Sep 7, 2021
1 parent cbd0b3c commit d87c646
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ In this release, the schema version has changed from 10 to 12.

### Fixed

- DHCP now follows RFCs more closely ([#3443]).
- Occasional panics when reading old statistics databases ([#3506]).
- `reload` service action on macOS and FreeBSD ([#3457]).
- Inaccurate using of service actions in the installation script ([#3450]).
Expand Down Expand Up @@ -177,6 +178,7 @@ In this release, the schema version has changed from 10 to 12.
[#3417]: https://github.com/AdguardTeam/AdGuardHome/issues/3417
[#3435]: https://github.com/AdguardTeam/AdGuardHome/issues/3435
[#3437]: https://github.com/AdguardTeam/AdGuardHome/issues/3437
[#3443]: https://github.com/AdguardTeam/AdGuardHome/issues/3443
[#3450]: https://github.com/AdguardTeam/AdGuardHome/issues/3450
[#3457]: https://github.com/AdguardTeam/AdGuardHome/issues/3457
[#3506]: https://github.com/AdguardTeam/AdGuardHome/issues/3506
Expand Down
4 changes: 2 additions & 2 deletions internal/dhcpd/broadcast_others.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !(freebsd || openbsd)
// +build !freebsd,!openbsd
//go:build aix || darwin || dragonfly || linux || netbsd || solaris
// +build aix darwin dragonfly linux netbsd solaris

package dhcpd

Expand Down
4 changes: 2 additions & 2 deletions internal/dhcpd/broadcast_others_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !(freebsd || openbsd)
// +build !freebsd,!openbsd
//go:build aix || darwin || dragonfly || linux || netbsd || solaris
// +build aix darwin dragonfly linux netbsd solaris

package dhcpd

Expand Down

0 comments on commit d87c646

Please sign in to comment.