From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202608 header.b=CXl7v6//; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 490F55A0265 for ; Wed, 19 Aug 2026 07:26:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202608; t=1787117172; bh=vEsI/4ILIIi0gHhdGuGLo0kNDC6uiWtb1x31f9ONEzU=; h=From:To:Cc:Subject:Date:From; b=CXl7v6//2PApPifPzzKkpq9qNyWaSpElGLk7N51eYK+eSmwoFxvF5yFYZ0hPYPITz 591J2fkJAUVriY+gdbOyaGukkNR76Ui0t8sH1bZd2nuFW1Hl5Pwa8zyW66tjT/1vPE TCi3YZcMevsApNqoKFct6CqjmzZJP/vStvQrMSYVYJLWbU5u8sRo8XM1CVWn33VdEe 4ivMBsB9D+xbR16Bt6YN4FRNpzoYunh5T7qRSXmQ4uGHDhP1QswgMnWpD3C7NThjPq nRnnxYDMMacbMjrSWPtP0UOQnNZYhbeeyS0mq/u5VqSt8aXxmRJvYCXgogA+51XmVm rLUrdTyrfKvbQ== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4hPw5w1lK6z4w91; Wed, 19 Aug 2026 15:26:12 +1000 (AEST) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 0/1] Leftover parsing patch Date: Wed, 19 Aug 2026 15:26:08 +1000 Message-ID: <20260819052609.1177273-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.55.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: LXUJDJSNQDVWJTYGQULN5FCCWRJZXATH X-Message-ID-Hash: LXUJDJSNQDVWJTYGQULN5FCCWRJZXATH X-MailFrom: dgibson@gandalf.ozlabs.org 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: David Gibson 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: I'm not sure if this patch is particularly useful, however it was already complete, left over from the earlier parsing rework. So, I thought I might as well post it in case it's interesting. David Gibson (1): parse: Convert parse_mac() to conventions of parse.c Makefile | 1 + conf.c | 43 ++++++++----------------------------------- parse.c | 30 ++++++++++++++++++++++++++++++ parse.h | 1 + 4 files changed, 40 insertions(+), 35 deletions(-) -- 2.55.0