[pve-devel] [PATCH manager] js: readd SLAAC option to IPConfig

Mira Limbeck m.limbeck at proxmox.com
Mon Mar 29 14:07:16 CEST 2021


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 at 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






More information about the pve-devel mailing list