public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Mira Limbeck <m.limbeck@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager] js: readd SLAAC option to IPConfig
Date: Mon, 29 Mar 2021 14:07:16 +0200	[thread overview]
Message-ID: <20210329120716.9792-3-m.limbeck@proxmox.com> (raw)
In-Reply-To: <20210329120716.9792-1-m.limbeck@proxmox.com>

Now that SLAAC is supported, we can revert commit 76fdf552.
SLAAC requires cloud-init 19.4 or newer.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
---
 www/manager6/qemu/IPConfigEdit.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/www/manager6/qemu/IPConfigEdit.js b/www/manager6/qemu/IPConfigEdit.js
index 6e6ec4f5..829240c2 100644
--- a/www/manager6/qemu/IPConfigEdit.js
+++ b/www/manager6/qemu/IPConfigEdit.js
@@ -158,6 +158,14 @@ Ext.define('PVE.qemu.IPConfigPanel', {
 			checked: false,
 			margin: '0 0 0 10',
 		    },
+		    {
+			xtype: 'radiofield',
+			boxLabel: gettext('SLAAC'),
+			name: 'ipv6mode',
+			inputValue: 'auto',
+			checked: false,
+			margin: '0 0 0 10',
+		    },
 		],
 	    },
 	    {
-- 
2.20.1





  parent reply	other threads:[~2021-03-29 12:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-29 12:07 [pve-devel] [PATCH qemu-server 1/2] fix #3314: IPv6 requires type 'static6' Mira Limbeck
2021-03-29 12:07 ` [pve-devel] [PATCH qemu-server 2/2] fix #2670: cloudinit enable SLAAC Mira Limbeck
2021-03-30 16:27   ` [pve-devel] applied: " Thomas Lamprecht
2021-03-29 12:07 ` Mira Limbeck [this message]
2021-03-31 13:36   ` [pve-devel] applied: [PATCH manager] js: readd SLAAC option to IPConfig Thomas Lamprecht
2021-03-30 16:27 ` [pve-devel] applied: [PATCH qemu-server 1/2] fix #3314: IPv6 requires type 'static6' Thomas Lamprecht

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=20210329120716.9792-3-m.limbeck@proxmox.com \
    --to=m.limbeck@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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal