Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2024 22:58:48 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bf847ea31ae2 - main - rc: ignore InsydeH2O UEFI BIOS UUID placeholder for hostid
Message-ID:  <202412112258.4BBMwmok027585@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=bf847ea31ae25953d115a57c77ff556e9641cd26

commit bf847ea31ae25953d115a57c77ff556e9641cd26
Author:     Franco Fichtner <franco@opnsense.org>
AuthorDate: 2024-11-25 14:00:23 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-12-11 22:58:14 +0000

    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
---
 libexec/rc/rc.d/hostid | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libexec/rc/rc.d/hostid b/libexec/rc/rc.d/hostid
index 18d0fbabf6e4..bde88d7e6be5 100755
--- a/libexec/rc/rc.d/hostid
+++ b/libexec/rc/rc.d/hostid
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412112258.4BBMwmok027585>