From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 98C5C1FF13C for ; Thu, 16 Apr 2026 17:15:53 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A771FA74E; Thu, 16 Apr 2026 17:15:52 +0200 (CEST) Message-ID: <48b6df6c-b165-492a-8f81-7d08b82bca18@proxmox.com> Date: Thu, 16 Apr 2026 17:15:47 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH docs/manager/network 0/6] add SLAAC support for subnets in EVPN zones To: pve-devel@lists.proxmox.com References: <20260218102350.211294-1-h.laimer@proxmox.com> Content-Language: en-US From: Stefan Hanreich In-Reply-To: <20260218102350.211294-1-h.laimer@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.689 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: HX4ENB2K3QM7QKOG4PH6XN6KNDDM6TNR X-Message-ID-Hash: HX4ENB2K3QM7QKOG4PH6XN6KNDDM6TNR X-MailFrom: s.hanreich@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: doesn't apply anymore - could you rebase please? On 2/18/26 11:23 AM, Hannes Laimer wrote: > Rather than just enabling SLAAC, this allows configuring/enabling RAs. > So SLAAC support is rather a consequence of being able to configure RAs. > > The second patch for `pve-network` contains some context from why we set > `accept_untracked_na=2`. > > This also adds a new example setup to the sdn docs, specifically how to > setup a evpn zone with an openfabric underlay and two ipv6 subnets. One > with SLAAC and one with static v6 addresses. The second one is a `/96` > and should show how to configure smaller than `/64` GUA prefixes without > SLAAC. > > > pve-network: > > Hannes Laimer (3): > sdn: evpn: add ipv6-nd support for subnets > sdn: evpn: accept untracked IPv6 NA on EVPN vnet bridges > api: vnet: include zone-type in vnet list > > src/PVE/API2/Network/SDN/Subnets.pm | 8 +++ > src/PVE/API2/Network/SDN/Vnets.pm | 13 ++++ > src/PVE/Network/SDN/Controllers/EvpnPlugin.pm | 42 ++++++++++- > src/PVE/Network/SDN/SubnetPlugin.pm | 70 +++++++++++++++++++ > src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 14 +++- > .../exitnode_snat/expected_sdn_interfaces | 1 + > .../exitnodenullroute/expected_sdn_interfaces | 1 + > .../evpn/ipv4ipv6/expected_sdn_interfaces | 1 + > .../ipv4ipv6nogateway/expected_sdn_interfaces | 1 + > .../zones/evpn/ipv6/expected_sdn_interfaces | 1 + > .../evpn/ipv6underlay/expected_sdn_interfaces | 1 + > 11 files changed, 151 insertions(+), 2 deletions(-) > > > pve-manager: > > Hannes Laimer (1): > ui: sdn: add ipv6 options for subnets in evpns zones > > www/manager6/form/SDNVnetSelector.js | 2 +- > www/manager6/sdn/SubnetEdit.js | 132 ++++++++++++++++++++++++++- > www/manager6/sdn/SubnetView.js | 6 +- > www/manager6/sdn/VnetView.js | 5 +- > 4 files changed, 140 insertions(+), 5 deletions(-) > > > pve-docs: > > Hannes Laimer (2): > sdn: add subnet ipv6 options section > sdn: add exmaple for ipv6 in an evpn zone > > pvesdn.adoc | 240 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 240 insertions(+) > > > Summary over all repositories: > 16 files changed, 531 insertions(+), 7 deletions(-) >