From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id 62C7A5A0272; Wed, 8 Mar 2023 23:42:31 +0100 (CET) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH v3 0/2] Implement explicit outbound address and interface selection Date: Wed, 8 Mar 2023 23:42:29 +0100 Message-Id: <20230308224231.2560531-1-sbrivio@redhat.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: A4Z6EY4Q2Z5VKKAULKNBYLISQEGYNCQC X-Message-ID-Hash: A4Z6EY4Q2Z5VKKAULKNBYLISQEGYNCQC X-MailFrom: sbrivio@passt.top 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 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: v3: In 2/2, *really* pass the correct bind_addr reference to sock_l4() in udp_tap_handler() -- I just sent v2 from the wrong directory :/ Stefano Brivio (2): conf, passt.h: Rename "outbound" interface to "template" interface conf, icmp, tcp, udp: Add options to bind to outbound address and interface conf.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++------ icmp.c | 24 +++++++++++++--- passt.1 | 19 ++++++++++++ passt.h | 14 +++++++-- tcp.c | 60 ++++++++++++++++++++++++++++++++++++++ udp.c | 54 +++++++++++++++++++++++----------- 6 files changed, 228 insertions(+), 32 deletions(-) -- 2.39.2