]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: datacenter config: adapt to new default MAC prefix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 29 Oct 2023 17:02:20 +0000 (18:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 29 Oct 2023 17:02:21 +0000 (18:02 +0100)
The official Proxmox OUI, assigned by the IEEE, is now used as
default.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/OptionView.js

index 4717277fcaf4c8da456f694b7dd2930895ba5d36..b200fd12dcc935a0597b82213f744ec5567f4d61 100644 (file)
@@ -94,7 +94,7 @@ Ext.define('PVE.dc.OptionView', {
        me.add_text_row('mac_prefix', gettext('MAC address prefix'), {
            deleteEmpty: true,
            vtype: 'MacPrefix',
-           defaultValue: Proxmox.Utils.noneText,
+           defaultValue: 'BC:24:11',
        });
        me.add_inputpanel_row('migration', gettext('Migration Settings'), {
            renderer: PVE.Utils.render_as_property_string,