You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expects a USB port of the form x-y, where x and y are integers. But according to the Proxmox Doc, y is the port path and is of the form a[.b[.c]...] where a, b, c are integers.
So the validator should be changed to check that y is a .-delimited list of integers.
Valid port paths are
3-1
3-1.1
3-1.2.3
etc..
The text was updated successfully, but these errors were encountered:
The validator
proxmox-api-go/proxmox/config_qemu_usb.go
Lines 343 to 345 in 1058743
Expects a USB port of the form
x-y
, wherex
andy
are integers. But according to the Proxmox Doc,y
is the port path and is of the forma[.b[.c]...]
wherea, b, c
are integers.So the validator should be changed to check that
y
is a.
-delimited list of integers.Valid port paths are
3-1
3-1.1
3-1.2.3
The text was updated successfully, but these errors were encountered: