From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=pass (p=quarantine dis=none) header.from=dbb.dev Authentication-Results: passt.top; dkim=pass (1024-bit key; secure) header.d=dbb.dev header.i=@dbb.dev header.a=rsa-sha256 header.s=jul08 header.b=m8Jy2jGQ; dkim-atps=neutral Received: from taz.dbb.computer (taz.dbb.computer [IPv6:2001:19f0:1000:1e08:5400:4ff:fe5d:8516]) by passt.top (Postfix) with ESMTPS id 4BB685A0262 for ; Wed, 22 Jul 2026 17:32:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dbb.dev; s=jul08; t=1784734364; bh=9Ii9VTKIsvLN/zLOnuHmiLLlBGdKEGCqWsIaKieHrdw=; h=From:To:Cc:Subject:Date; b=m8Jy2jGQpqD1LA5M8pE7HEIju3m1MRu0zgbSQ2b7DZrJUE4VneH8xitEDWrnbeIHZ NGS2s2kqOOiWyZx2ozsJ1do2BFRDE/LgFG2c7K1XRpoeXmNNQKdL6l2BLdzME1rSaJ N3DbH/zg29gYMcyDtP75x0qGSv3o3q6d3vtBuZ7A= Authentication-Results: taz.dbb.computer; dmarc=pass (p=quarantine dis=none) header.from=dbb.dev Authentication-Results: taz.dbb.computer; spf=pass smtp.mailfrom=dbb.dev Received: from taz.dbb.computer (localhost [IPv6:::1]) by taz.dbb.computer (Postfix) with ESMTP id 2CE8329D241; Wed, 22 Jul 2026 15:32:44 +0000 (UTC) Received: from localhost ([69.119.138.76]) by taz.dbb.computer with ESMTPSA id i7LZBZziYGprAxsArUmV4g (envelope-from ); Wed, 22 Jul 2026 15:32:44 +0000 From: "Dwayne B. Bent" To: passt-dev@passt.top Subject: [PATCH v2 0/2] pasta: Do not configure ID mappings when invoked with --netns-only Date: Wed, 22 Jul 2026 11:32:40 -0400 Message-ID: <20260722153242.3704630-1-dbb@dbb.dev> X-Mailer: git-send-email 2.55.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: PN3LRQOUFBURXDSUPH5SDL2Y6K4DCIB3 X-Message-ID-Hash: PN3LRQOUFBURXDSUPH5SDL2Y6K4DCIB3 X-MailFrom: dbb@dbb.dev 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: "Dwayne B. Bent" 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: Patch revised based on comments: 1. Reordered test and code commits to not break bisections. 2. Added `Link:` lines to commit messages. Otherwise code and test are the same. Thanks. Dwayne B. Bent (2): pasta: Do not configure ID mappings when invoked with --netns-only pasta: Regression test for bug 216 conf.c | 2 +- pasta.c | 24 ++++++++++++++---------- pasta.h | 3 ++- test/pasta_options/netns_only | 19 +++++++++++++++++++ test/run | 1 + 5 files changed, 37 insertions(+), 12 deletions(-) create mode 100644 test/pasta_options/netns_only -- 2.55.0