From 6342058e1d3443eb9ac42b591fd1ac1d73e7e20b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 20 Mar 2025 15:34:16 +0100 Subject: [PATCH] f --- micoforia.c | 1 + 1 file changed, 1 insertion(+) diff --git a/micoforia.c b/micoforia.c index 1b03f92..047b1e2 100644 --- a/micoforia.c +++ b/micoforia.c @@ -371,6 +371,7 @@ static void check_options(void) c->ifspec[0].bridge = xstrdup(br); if (getrandom(c->ifspec[0].hwaddr, 6, 0) < 0) WARNING_LOG("%s: getrandom error: %m\n", c->name); + c->ifspec[0].hwaddr[0] &= 0xfe; } } } -- 2.39.5