announce_presence: look at the correct interface for the host_id
authorKristof Provost <kp@FreeBSD.org>
Fri, 5 May 2023 12:04:01 +0000 (14:04 +0200)
committerKristof Provost <kp@FreeBSD.org>
Fri, 5 May 2023 12:04:01 +0000 (14:04 +0200)
image/overlay/domotica/home/kp/bin/utils.subr

index a3d9811..ba44f96 100644 (file)
@@ -7,5 +7,5 @@ mac()
 
 host_id()
 {
-        mac "em0"
+        mac "igb0"
 }