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=202410 header.b=JLjHTJxo; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 291725A061B for ; Thu, 05 Dec 2024 05:26:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202410; t=1733372760; bh=GtsKvarvM7n+v/rHgFuj7gnYwjOKg7zPtzohnRo/6P8=; h=From:To:Cc:Subject:Date:From; b=JLjHTJxo8VWk59xiP1LgaPzrGbrhg/clglOM375yglSH7dRjMZ2R8iVHJsQ4NCYoZ JapK/PIOs1o/b/Ut+ajcD5/IduifkgZBbEkk7W5QFIn5VDiQHVus/8zt7SE3fk1vhS n6E1jHUCbAmN8Nh+s0RMTU50iC0AYwO85sPfza2BreJ//ITV8dv2ePeGbcXCIx90YT 6X+ZO9A1jEPaE0B6e8QW03ERPnZiMpSMG2SZyhYavB9YLUAeiYrbnQ/byUUE+eyiqb AVtNTcc8e3fYrCtTSC9kcNoxQY9bL8CsjFutw+6nZ3AzOyJpdnWCOvgWv5lsPfL/z+ qUlFVUIHc+OZg== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4Y3hCX22tBz4x67; Thu, 5 Dec 2024 15:26:00 +1100 (AEDT) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 0/2] Fix handling of ICMP flows with 0 id Date: Thu, 5 Dec 2024 15:26:00 +1100 Message-ID: <20241205042602.701755-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.47.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: NPL3AOQEKWJRNY7J4VX4RWJMSM62YQ6Z X-Message-ID-Hash: NPL3AOQEKWJRNY7J4VX4RWJMSM62YQ6Z 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: steffhip@gmail.com, 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: Well, that's the impetus, but it's done as a more general changing of where we sanity check flow endpoints. Link: https://bugs.passt.top/show_bug.cgi?id=105 David Gibson (2): udp: Improve detail of UDP endpoint sanity checking flow: Remove over-zealous sanity checks in flow_sidx_hash() flow.c | 7 +------ udp_flow.c | 32 ++++++++++++++++++++++++-------- 2 files changed, 25 insertions(+), 14 deletions(-) -- 2.47.0