Add missing OUI to august (#127064)

This commit is contained in:
J. Nick Koston 2024-09-30 01:34:41 -05:00 committed by Franck Nijhof
parent a8f25b1b93
commit 725c361e9c
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,10 @@
"hostname": "connect",
"macaddress": "2C9FFB*"
},
{
"hostname": "connect",
"macaddress": "789C85*"
},
{
"hostname": "august*",
"macaddress": "E076D0*"

View File

@ -27,6 +27,11 @@ DHCP: Final[list[dict[str, str | bool]]] = [
"hostname": "connect",
"macaddress": "2C9FFB*",
},
{
"domain": "august",
"hostname": "connect",
"macaddress": "789C85*",
},
{
"domain": "august",
"hostname": "august*",