public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH installer v2 0/9] add IPv6 SLAAC and v6-only support
@ 2026-05-11 15:57 Christoph Heiss
  2026-05-11 15:57 ` [PATCH installer v2 1/9] install: drop trivial fromjs() wrapper and use JSON::from_json() Christoph Heiss
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Christoph Heiss @ 2026-05-11 15:57 UTC (permalink / raw)
  To: pve-devel

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-#5 rework the installation "backend" and GUI side of things.

Patch #6 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 #6-#9 are independent and can be applied individually as such,
if desired.

History
=======

v1: https://lore.proxmox.com/pve-devel/20260508184546.113293-1-c.heiss@proxmox.com/

Notable changes v1 -> v2:
  * dropped some old test data
  * fix leftover ipconf usages in Proxmox::Install and GUI
  * give routers a 2sec window to respond to router solicitations

Diffstat
========

pve-installer:

Christoph Heiss (9):
  install: drop trivial fromjs() wrapper and use JSON::from_json()
  install: move network subroutines to Proxmox::Sys::Net
  install: use run_env->{network} instead of old run_env->{ipconf}
  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.pm                            |   6 +-
 Proxmox/Install/RunEnv.pm                     | 172 +------------
 Proxmox/Sys/Net.pm                            | 238 ++++++++++++------
 debian/control                                |   2 +
 proxinstall                                   |  86 +++++--
 ...n_from_dhcp_no_default_domain.run-env.json |  76 ------
 .../no_fqdn_from_dhcp.run-env.json            |  76 ------
 .../tests/resources/run-env-info.json         |  76 ------
 proxmox-installer-common/src/options.rs       |  89 ++++---
 unconfigured.sh                               |  27 ++
 10 files changed, 310 insertions(+), 538 deletions(-)

-- 




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

end of thread, other threads:[~2026-05-12  2:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 15:57 [PATCH installer v2 0/9] add IPv6 SLAAC and v6-only support Christoph Heiss
2026-05-11 15:57 ` [PATCH installer v2 1/9] install: drop trivial fromjs() wrapper and use JSON::from_json() Christoph Heiss
2026-05-11 15:57 ` [PATCH installer v2 2/9] install: move network subroutines to Proxmox::Sys::Net Christoph Heiss
2026-05-11 15:57 ` [PATCH installer v2 3/9] install: use run_env->{network} instead of old run_env->{ipconf} Christoph Heiss
2026-05-11 15:57 ` [PATCH installer v2 4/9] gui: " Christoph Heiss
2026-05-11 15:57 ` [PATCH installer v2 5/9] sys: net: drop the now-unused `ipconf` runtime environment configuration Christoph Heiss
2026-05-11 15:57 ` [PATCH installer v2 6/9] sys: net: allow up to /128 netmask for IPv6 Christoph Heiss
2026-05-11 15:57 ` [PATCH RFC installer v2 7/9] sys: net: ignore ipv6 nameservers with zone identifiers Christoph Heiss
2026-05-11 15:57 ` [PATCH installer v2 8/9] common: options: rework network address setup to handle ipv6-only Christoph Heiss
2026-05-11 15:57 ` [PATCH installer v2 9/9] unconfigured: try to retrieve IPv6 SLAAC addresses on startup Christoph Heiss
2026-05-12  2:46 ` applied: [PATCH installer v2 0/9] add IPv6 SLAAC and v6-only support Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal