On Thu, Sep 11, 2025 at 10:18:59PM +0200, Volker Diels-Grabsch wrote:
Signed-off-by: Volker Diels-Grabsch
Commit message should probably say specifically what was inaccurate / misleading about the original version. Btw, for some reason I didn't receive 1/5 in this series.
--- tap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tap.c b/tap.c index 3c08126..d4d19eb 100644 --- a/tap.c +++ b/tap.c @@ -1507,9 +1507,9 @@ void tap_backend_init(struct ctx *c) case MODE_PASST: tap_sock_unix_init(c);
- /* In passt mode, we don't know the guest's MAC address until it - * sends us packets. Use the broadcast address so that our - * first packets will reach it. + /* In passt mode, we don't know the guest's MAC address until + * it sends us packets. Until then, use the broadcast address + * so that our first packets will have a chance to reach it. */ memset(&c->guest_mac, 0xff, sizeof(c->guest_mac)); break; -- 2.47.3
-- David Gibson (he or they) | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you, not the other way | around. http://www.ozlabs.org/~dgibson