From: Stefano Brivio <sbrivio@redhat.com>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: passt-dev@passt.top, Callum Parsey <callum@neoninteger.au>,
me@yawnt.com, lemmi@nerd2nerd.org,
Andrea Arcangeli <aarcange@redhat.com>
Subject: Re: [PATCH v2 05/10] conf, pasta: With --config-net, copy all routes by default
Date: Mon, 22 May 2023 11:59:05 +0200 [thread overview]
Message-ID: <20230522115905.76a78a71@elisabeth> (raw)
In-Reply-To: <ZGsrg6CkLlsSq8cc@yekko>
On Mon, 22 May 2023 18:44:51 +1000
David Gibson <david@gibson.dropbear.id.au> wrote:
> On Mon, May 22, 2023 at 01:42:19AM +0200, Stefano Brivio wrote:
> > Use the newly-introduced NL_DUP mode for nl_route() to copy all the
> > routes associated to the template interface in the outer namespace,
> > unless --no-copy-routes (also implied by -g) is given.
> >
> > Otherwise, we can't use default gateways which are not, address-wise,
> > on the same subnet as the container, as reported by Callum.
> >
> > Reported-by: Callum Parsey <callum@neoninteger.au>
> > Link: https://github.com/containers/podman/issues/18539
> > Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
>
> Reviewed-by: David Gibson <david@gibson.dropbear>
>
> The logic looks sound, although I do have one concern noted below.
>
> > ---
> > conf.c | 14 ++++++++++++++
> > passt.1 | 10 ++++++++++
> > passt.h | 4 +++-
> > pasta.c | 6 ++++--
> > 4 files changed, 31 insertions(+), 3 deletions(-)
> >
> > diff --git a/conf.c b/conf.c
> > index 3ee6ae0..7541261 100644
> > --- a/conf.c
> > +++ b/conf.c
> > @@ -923,6 +923,7 @@ pasta_opts:
> > info( " --no-netns-quit Don't quit if filesystem-bound target");
> > info( " network namespace is deleted");
> > info( " --config-net Configure tap interface in namespace");
> > + info( " --no-copy-routes Don't copy all routes to namespace");
>
> I'm always a bit nervous about adding new options, since it's
> something we then have to maintain compatibility for. Do we have a
> confirmed use case where the copy routes behaviour will cause trouble?
Not really, but I wanted to keep around the possibility of having the
old behaviour, in case one wants to skip stuff like source routing or
fallback routes with different metrics.
Compatibility-wise it doesn't look like a huge burden (besides, I think
these options could even be dropped at some point).
Same as you noticed for 9/10: this could be obtained by passing one or
two -g options, but it's not as "immediate" as "just give me one
working default gateway".
--
Stefano
next prev parent reply other threads:[~2023-05-22 9:59 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-21 23:42 [PATCH v2 00/10] Optionally copy all routes and addresses for pasta, allow gateway-less routes Stefano Brivio
2023-05-21 23:42 ` [PATCH v2 01/10] netlink: Fix comment about response buffer size for nl_req() Stefano Brivio
2023-05-21 23:42 ` [PATCH v2 02/10] pasta: Improve error handling on failure to join network namespace Stefano Brivio
2023-05-21 23:42 ` [PATCH v2 03/10] netlink: Add functionality to copy routes from outer namespace Stefano Brivio
2023-05-22 8:42 ` David Gibson
2023-05-22 9:58 ` Stefano Brivio
2023-05-23 3:08 ` David Gibson
2023-05-23 6:14 ` Stefano Brivio
2023-05-27 2:06 ` David Gibson
2023-05-21 23:42 ` [PATCH v2 04/10] conf: --config-net option is for pasta mode only Stefano Brivio
2023-05-21 23:42 ` [PATCH v2 05/10] conf, pasta: With --config-net, copy all routes by default Stefano Brivio
2023-05-22 8:44 ` David Gibson
2023-05-22 9:59 ` Stefano Brivio [this message]
2023-05-21 23:42 ` [PATCH v2 06/10] Revert "conf: Adjust netmask on mismatch between IPv4 address/netmask and gateway" Stefano Brivio
2023-05-21 23:42 ` [PATCH v2 07/10] conf: Don't exit if sourced default route has no gateway Stefano Brivio
2023-05-22 8:48 ` David Gibson
2023-05-22 15:29 ` Stefano Brivio
2023-05-21 23:42 ` [PATCH v2 08/10] netlink: Add functionality to copy addresses from outer namespace Stefano Brivio
2023-05-22 8:51 ` David Gibson
2023-05-21 23:42 ` [PATCH v2 09/10] conf, pasta: With --config-net, copy all addresses by default Stefano Brivio
2023-05-22 8:53 ` David Gibson
2023-05-22 15:30 ` Stefano Brivio
2023-05-21 23:42 ` [PATCH v2 10/10] passt.h: Fix description of pasta_ifi in struct ctx Stefano Brivio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230522115905.76a78a71@elisabeth \
--to=sbrivio@redhat.com \
--cc=aarcange@redhat.com \
--cc=callum@neoninteger.au \
--cc=david@gibson.dropbear.id.au \
--cc=lemmi@nerd2nerd.org \
--cc=me@yawnt.com \
--cc=passt-dev@passt.top \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).