Skip to content

Commit

Permalink
Add support for newer Pi with d8:3a:dd MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnet committed May 16, 2023
1 parent 1404eab commit 67a1513
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
piserver (0.7.6) bullseye; urgency=medium

* Add support for newer Pi with MAC-addresses that start with d8:3a:dd

-- Floris Bos <[email protected]> Tue, 16 May 2023 22:04:36 +0200

piserver (0.7.5) buster; urgency=medium

* Fix "Cannot use erase() with null" error when using
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define PISERVER_POSTINSTALLSCRIPT PISERVER_DATADIR "/scripts/postinstall.sh"
#define PISERVER_CONVERTSCRIPT PISERVER_DATADIR "/scripts/convert_folder.sh"

#define OUI_FILTER "^(b8:27:eb|dc:a6:32|e4:5f:01):"
#define OUI_FILTER "^(b8:27:eb|dc:a6:32|e4:5f:01|d8:3a:dd):"
#define DHCPANALYZER_FILTER_STRING "PXEClient"

#define PISERVER_LDAP_URL "ldapi:///"
Expand Down

0 comments on commit 67a1513

Please sign in to comment.