Update flux_led dhcp matching for older devices (#62577)

This commit is contained in:
J. Nick Koston
2021-12-23 03:32:57 -10:00
committed by GitHub
parent 66fd7de34a
commit 540ae4d10e
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
}, },
{ {
"macaddress": "ACCF23*", "macaddress": "ACCF23*",
"hostname": "[ba][lk]*" "hostname": "[hba][flk]*"
}, },
{ {
"macaddress": "B4E842*", "macaddress": "B4E842*",
@@ -31,7 +31,7 @@
}, },
{ {
"macaddress": "F0FE6B*", "macaddress": "F0FE6B*",
"hostname": "[ba][lk]*" "hostname": "[hba][flk]*"
}, },
{ {
"macaddress": "8CCE4E*", "macaddress": "8CCE4E*",

View File

@@ -89,7 +89,7 @@ DHCP = [
{ {
"domain": "flux_led", "domain": "flux_led",
"macaddress": "ACCF23*", "macaddress": "ACCF23*",
"hostname": "[ba][lk]*" "hostname": "[hba][flk]*"
}, },
{ {
"domain": "flux_led", "domain": "flux_led",
@@ -99,7 +99,7 @@ DHCP = [
{ {
"domain": "flux_led", "domain": "flux_led",
"macaddress": "F0FE6B*", "macaddress": "F0FE6B*",
"hostname": "[ba][lk]*" "hostname": "[hba][flk]*"
}, },
{ {
"domain": "flux_led", "domain": "flux_led",