Update flux_led dhcp matching for older devices (#62577)
parent
66fd7de34a
commit
540ae4d10e
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
{
|
||||
"macaddress": "ACCF23*",
|
||||
"hostname": "[ba][lk]*"
|
||||
"hostname": "[hba][flk]*"
|
||||
},
|
||||
{
|
||||
"macaddress": "B4E842*",
|
||||
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
{
|
||||
"macaddress": "F0FE6B*",
|
||||
"hostname": "[ba][lk]*"
|
||||
"hostname": "[hba][flk]*"
|
||||
},
|
||||
{
|
||||
"macaddress": "8CCE4E*",
|
||||
|
|
|
@ -89,7 +89,7 @@ DHCP = [
|
|||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "ACCF23*",
|
||||
"hostname": "[ba][lk]*"
|
||||
"hostname": "[hba][flk]*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
|
@ -99,7 +99,7 @@ DHCP = [
|
|||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "F0FE6B*",
|
||||
"hostname": "[ba][lk]*"
|
||||
"hostname": "[hba][flk]*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
|
|
Loading…
Reference in New Issue