Remove 'disableip6' field from API response (#9218)

Removed empty 'disableip6' field from API response.
This commit is contained in:
Michel Roegl-Brunner 2025-11-17 15:10:20 +01:00 committed by GitHub
parent 5f31313422
commit 9fc45c1929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,6 @@ post_to_api() {
"ram_size": $RAM_SIZE,
"os_type": "$var_os",
"os_version": "$var_version",
"disableip6": "",
"nsapp": "$NSAPP",
"method": "$METHOD",
"pve_version": "$pve_version",
@ -81,7 +80,6 @@ post_to_api_vm() {
"ram_size": $RAM_SIZE,
"os_type": "$var_os",
"os_version": "$var_version",
"disableip6": "",
"nsapp": "$NSAPP",
"method": "$METHOD",
"pve_version": "$pve_version",