public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/8] Allow pasta to take a command to spawn instead of shell
@ 2022-08-26  4:58 David Gibson
  2022-08-26  4:58 ` [PATCH 1/8] conf: Make the argument to --pcap option mandatory David Gibson
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: David Gibson @ 2022-08-26  4:58 UTC (permalink / raw)
  To: passt-dev

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

When not attaching to an existing network namespace, pasta always
spawns an interactive shell in a new namespace to attach to.  Most
commands which can issue a shell in a modified environment can also
issue other commands as well (e.g. env, strace).  We want to allow
pasta to do the same.

Because of the way the non-option argument to pasta is currently
overloaded, allowing this requires some other changes to the way we
parse the command line.

David Gibson (8):
  conf: Make the argument to --pcap option mandatory
  conf: Use "-D none" and "-S none" instead of missing empty option
    arguments
  Correct manpage for --userns
  Remove --nsrun-dir option
  Move ENOENT error message into conf_ns_opt()
  More deterministic detection of whether argument is a PID, PATH or
    NAME
  Use explicit --netns option rather than multiplexing with PID
  Allow pasta to take a command to execute

 conf.c  | 269 +++++++++++++++++++++++++++++---------------------------
 passt.1 |  54 ++++++------
 pasta.c |  33 ++++---
 pasta.h |   2 +-
 pcap.c  |  28 ------
 5 files changed, 191 insertions(+), 195 deletions(-)

-- 
2.37.2


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-09-01 10:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26  4:58 [PATCH 0/8] Allow pasta to take a command to spawn instead of shell David Gibson
2022-08-26  4:58 ` [PATCH 1/8] conf: Make the argument to --pcap option mandatory David Gibson
2022-08-26  4:58 ` [PATCH 2/8] conf: Use "-D none" and "-S none" instead of missing empty option arguments David Gibson
2022-08-30 17:41   ` Stefano Brivio
2022-08-26  4:58 ` [PATCH 3/8] Correct manpage for --userns David Gibson
2022-08-26  4:58 ` [PATCH 4/8] Remove --nsrun-dir option David Gibson
2022-08-26  4:58 ` [PATCH 5/8] Move ENOENT error message into conf_ns_opt() David Gibson
2022-08-26  4:58 ` [PATCH 6/8] More deterministic detection of whether argument is a PID, PATH or NAME David Gibson
2022-08-26  4:58 ` [PATCH 7/8] Use explicit --netns option rather than multiplexing with PID David Gibson
2022-08-29 19:16   ` Stefano Brivio
2022-08-30  1:12     ` David Gibson
2022-08-30  8:25       ` Stefano Brivio
2022-08-26  4:58 ` [PATCH 8/8] Allow pasta to take a command to execute David Gibson
2022-08-29 19:16   ` Stefano Brivio
2022-08-30  1:16     ` David Gibson
2022-08-30  8:26       ` Stefano Brivio
2022-08-30 17:41         ` Stefano Brivio
2022-09-01 10:07 ` [PATCH 0/8] Allow pasta to take a command to spawn instead of shell Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).