From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=njh.eu Received: from mail.notjusthosting.com (mail.notjusthosting.com [IPv6:2a01:4f8:a0:516f:1::1]) by passt.top (Postfix) with ESMTPS id 721975A0271 for ; Thu, 11 Sep 2025 22:19:38 +0200 (CEST) Received: from echelon-telekom.c-base.org ([80.147.140.51] helo=vlap) by mail.notjusthosting.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1uwnlZ-0006OK-IL; Thu, 11 Sep 2025 22:19:37 +0200 From: Volker Diels-Grabsch To: passt-dev@passt.top Subject: [PATCH v5 2/5] Improve clarity of comment Date: Thu, 11 Sep 2025 22:18:59 +0200 Message-ID: <20250911201900.237677-4-v@njh.eu> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20250911201900.237677-2-v@njh.eu> References: <20250911201900.237677-2-v@njh.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 5EVVZKTVTWP2WSUZQ7BJWDND3ILCWCZA X-Message-ID-Hash: 5EVVZKTVTWP2WSUZQ7BJWDND3ILCWCZA X-MailFrom: v@njh.eu X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Volker Diels-Grabsch X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Volker Diels-Grabsch --- 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