feat(Xapi#createVif): default MTU is network's MTU
This commit is contained in:
parent
1155fa1fe9
commit
bf96262b6e
@ -1799,7 +1799,7 @@ export default class Xapi extends XapiBase {
|
|||||||
|
|
||||||
async _createVif (vm, network, {
|
async _createVif (vm, network, {
|
||||||
mac = '',
|
mac = '',
|
||||||
mtu = 1500,
|
mtu = network.MTU,
|
||||||
position = undefined,
|
position = undefined,
|
||||||
|
|
||||||
device = position != null ? String(position) : undefined,
|
device = position != null ? String(position) : undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user