[pve-devel] [PATCH manager] fix #1959: remove invalid SLAAC option

David Limbeck d.limbeck at proxmox.com
Thu Oct 25 11:32:46 CEST 2018


nocloud configuration does not support SLAAC option, only static or dhcp
so this option shouldn't be available

Signed-off-by: David Limbeck <d.limbeck at proxmox.com>
---
 www/manager6/qemu/IPConfigEdit.js | 8 --------
 1 file changed, 8 deletions(-)

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





More information about the pve-devel mailing list