fix(vm.createInterface): syntax fix

This commit is contained in:
Julien Fontanet 2016-09-12 12:06:34 +02:00
parent 399f4d0ea3
commit 7b6f44fb74

View File

@ -1070,7 +1070,7 @@ createInterface.params = {
vm: { type: 'string' }
network: { type: 'string' }
position: { type: ['integer', 'string'], optional: true }
mtu: { type: ['integer', 'string', optional: true }
mtu: { type: ['integer', 'string'], optional: true }
mac: { type: 'string', optional: true }
}