Add missing OUI to august (#127064)

This commit is contained in:
J. Nick Koston 2024-09-30 01:34:41 -05:00 committed by GitHub
parent b573e5a2b3
commit f5ef213842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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*",