From: "Christoph Heiss" <c.heiss@proxmox.com>
To: <pve-devel@lists.proxmox.com>
Subject: Re: [PATCH installer 0/8] add IPv6 SLAAC and v6-only support
Date: Mon, 11 May 2026 17:59:11 +0200 [thread overview]
Message-ID: <DIFZ05DUH4X0.6QXA4UNOCKM7@proxmox.com> (raw)
In-Reply-To: <20260508184546.113293-1-c.heiss@proxmox.com>
Superseded by v2: https://lore.proxmox.com/pve-devel/20260511155753.1623099-1-c.heiss@proxmox.com/
On Fri May 8, 2026 at 8:44 PM CEST, Christoph Heiss wrote:
> Most glaringly, neither the GUI nor TUI handled IPv6-only setups
> correctly, in that the pre-filled values for the networking setup simply
> defaulted to the IPv4 defaults.
>
> Patch #1-#4 rework the GUI side of things.
>
> Patch #5 enables support for /127 and /128 IPv6 CIDRs, which we do
> support elsewhere.
>
> Finally, patch #8 enables sending router solicitations when the
> installer starts, such than any IPv6 (SLAAC) configuration is retrieved.
>
> Patches #5-#8 are independent and can be applied individually as such,
> if desired.
>
> Christoph Heiss (8):
> install: drop trivial fromjs() wrapper and use JSON::from_json()
> install: move network subroutines to Proxmox::Sys::Net
> gui: use run_env->{network} instead of old run_env->{ipconf}
> sys: net: drop the now-unused `ipconf` runtime environment
> configuration
> sys: net: allow up to /128 netmask for IPv6
> sys: net: ignore ipv6 nameservers with zone identifiers
> common: options: rework network address setup to handle ipv6-only
> unconfigured: try to retrieve IPv6 SLAAC addresses on startup
>
> Proxmox/Install/RunEnv.pm | 172 +----------------
> Proxmox/Sys/Net.pm | 238 +++++++++++++++++-------
> debian/control | 2 +
> proxinstall | 66 ++++---
> proxmox-installer-common/src/options.rs | 89 +++++----
> unconfigured.sh | 24 +++
> 6 files changed, 288 insertions(+), 303 deletions(-)
prev parent reply other threads:[~2026-05-11 16:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-08 18:44 [PATCH installer 0/8] add IPv6 SLAAC and v6-only support Christoph Heiss
2026-05-08 18:44 ` [PATCH installer 1/8] install: drop trivial fromjs() wrapper and use JSON::from_json() Christoph Heiss
2026-05-08 18:44 ` [PATCH installer 2/8] install: move network subroutines to Proxmox::Sys::Net Christoph Heiss
2026-05-08 18:44 ` [PATCH installer 3/8] gui: use run_env->{network} instead of old run_env->{ipconf} Christoph Heiss
2026-05-11 9:09 ` Hannes Laimer
2026-05-11 9:59 ` Christoph Heiss
2026-05-08 18:44 ` [PATCH installer 4/8] sys: net: drop the now-unused `ipconf` runtime environment configuration Christoph Heiss
2026-05-11 8:55 ` Hannes Laimer
2026-05-11 10:00 ` Christoph Heiss
2026-05-08 18:44 ` [PATCH installer 5/8] sys: net: allow up to /128 netmask for IPv6 Christoph Heiss
2026-05-08 18:44 ` [PATCH RFC installer 6/8] sys: net: ignore ipv6 nameservers with zone identifiers Christoph Heiss
2026-05-08 18:44 ` [PATCH installer 7/8] common: options: rework network address setup to handle ipv6-only Christoph Heiss
2026-05-08 18:44 ` [PATCH installer 8/8] unconfigured: try to retrieve IPv6 SLAAC addresses on startup Christoph Heiss
2026-05-11 9:40 ` [PATCH installer 0/8] add IPv6 SLAAC and v6-only support Gabriel Goller
2026-05-11 15:59 ` Christoph Heiss [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=DIFZ05DUH4X0.6QXA4UNOCKM7@proxmox.com \
--to=c.heiss@proxmox.com \
--cc=pve-devel@lists.proxmox.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox