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, {
|
||||
mac = '',
|
||||
mtu = 1500,
|
||||
mtu = network.MTU,
|
||||
position = undefined,
|
||||
|
||||
device = position != null ? String(position) : undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user