Add missing OUI to august (#127064)
This commit is contained in:
parent
b573e5a2b3
commit
f5ef213842
2 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
"hostname": "connect",
|
||||
"macaddress": "2C9FFB*"
|
||||
},
|
||||
{
|
||||
"hostname": "connect",
|
||||
"macaddress": "789C85*"
|
||||
},
|
||||
{
|
||||
"hostname": "august*",
|
||||
"macaddress": "E076D0*"
|
||||
|
|
|
@ -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*",
|
||||
|
|
Loading…
Add table
Reference in a new issue