mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rc: ignore InsydeH2O UEFI BIOS UUID placeholder for hostid
This caused MAC addresses (e.g. bridge0) to clash on systems running this particular BIOS. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1544
This commit is contained in:
parent
3d4e7a7026
commit
cd5d25393d
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ valid_hostid()
|
|||
;;
|
||||
11111111-2222-3333-4444-555555555555)
|
||||
;;
|
||||
12345678-1234-5678-90ab-cddeefaabbcc)
|
||||
;;
|
||||
4c4c4544-0000-2010-8020-80c04f202020)
|
||||
;;
|
||||
58585858-5858-5858-5858-585858585858)
|
||||
|
|
|
|||
Loading…
Reference in a new issue