Commit ac1b223a authored by Dietmar Maurer's avatar Dietmar Maurer

add VMWare vmxnet3 network card

parent 0b7242cc
......@@ -8,7 +8,8 @@ Ext.define('PVE.form.NetworkCardSelector', {
me.data = [
['e1000', 'Intel E1000'],
['virtio', 'VirtIO (' + gettext('paravirtualized') + ')'],
['rtl8139', 'Realtec RTL8139']
['rtl8139', 'Realtec RTL8139'],
['vmxnet3', 'VMWare vmxnet3']
];
me.callParent();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment