From: David Gibson <david@gibson.dropbear.id.au>
To: Stefano Brivio <sbrivio@redhat.com>
Cc: passt-dev@passt.top
Subject: Re: [PATCH] conf: Add missing return in conf_nat(), fix --map-guest-addr none
Date: Tue, 8 Apr 2025 16:39:50 +1000 [thread overview]
Message-ID: <Z_TEtiM4N8WME75u@zatzit> (raw)
In-Reply-To: <20250408060307.589700-1-sbrivio@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]
On Tue, Apr 08, 2025 at 08:03:07AM +0200, Stefano Brivio wrote:
> As reported by somebody on IRC:
>
> $ pasta --map-guest-addr none
> Invalid address to remap to host: none
>
> that's because once we parsed "none", we try to parse it as an address
> as well. But we already handled it, so stop once we're done.
>
> Fixes: e813a4df7da2 ("conf: Allow address remapped to host to be configured")
> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
> ---
> conf.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/conf.c b/conf.c
> index b54c55d..168646f 100644
> --- a/conf.c
> +++ b/conf.c
> @@ -1272,6 +1272,8 @@ static void conf_nat(const char *arg, struct in_addr *addr4,
> *addr6 = in6addr_any;
> if (no_map_gw)
> *no_map_gw = 1;
> +
> + return;
> }
>
> if (inet_pton(AF_INET6, arg, addr6) &&
--
David Gibson (he or they) | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you, not the other way
| around.
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2025-04-08 6:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 6:03 [PATCH] conf: Add missing return in conf_nat(), fix --map-guest-addr none Stefano Brivio
2025-04-08 6:39 ` David Gibson [this message]
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=Z_TEtiM4N8WME75u@zatzit \
--to=david@gibson.dropbear.id.au \
--cc=passt-dev@passt.top \
--cc=sbrivio@redhat.com \
/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).