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

Signed-off-by: David Limbeck <[email protected]>
---
 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


_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to