esxi: add 'port' config parameter

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2024-03-28 14:18:34 +01:00
parent a71c404392
commit 702049157b
2 changed files with 16 additions and 5 deletions

View File

@ -54,7 +54,6 @@ sub properties {
type => 'integer',
minimum => 1,
maximum => 65535,
default => 8007,
},
};
}