all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH installer 0/8] add IPv6 SLAAC and v6-only support
@ 2026-05-08 18:44 Christoph Heiss
  2026-05-08 18:44 ` [PATCH installer 1/8] install: drop trivial fromjs() wrapper and use JSON::from_json() Christoph Heiss
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Christoph Heiss @ 2026-05-08 18:44 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-#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(-)

-- 
2.53.0





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

end of thread, other threads:[~2026-05-08 18:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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-08 18:44 ` [PATCH installer 4/8] sys: net: drop the now-unused `ipconf` runtime environment configuration 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal