cifs: allow "3" and "default" for version

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-09-14 14:28:04 +02:00
parent 396ea58b65
commit 9fff8c7aca

View File

@ -117,7 +117,7 @@ sub properties {
smbversion => {
description => "SMB protocol version",
type => 'string',
enum => ['2.0', '2.1', '3.0', '3.11'],
enum => ['default', '2.0', '2.1', '3', '3.0', '3.11'],
optional => 1,
},
};