mirror of
https://git.proxmox.com/git/pve-container
synced 2025-10-05 10:28:46 +00:00
api: re-add trailing commas
They got removed without actual reason in a recent commit. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5f9f011734
commit
7c7bec38fe
@ -2574,13 +2574,13 @@ __PACKAGE__->register_method({
|
|||||||
inet => {
|
inet => {
|
||||||
type => 'string',
|
type => 'string',
|
||||||
description => 'The IPv4 address of the interface',
|
description => 'The IPv4 address of the interface',
|
||||||
optional => 1
|
optional => 1,
|
||||||
},
|
},
|
||||||
# TODO: deprecate on next major release
|
# TODO: deprecate on next major release
|
||||||
inet6 => {
|
inet6 => {
|
||||||
type => 'string',
|
type => 'string',
|
||||||
description => 'The IPv6 address of the interface',
|
description => 'The IPv6 address of the interface',
|
||||||
optional => 1
|
optional => 1,
|
||||||
},
|
},
|
||||||
"ip-addresses" => {
|
"ip-addresses" => {
|
||||||
type => 'array',
|
type => 'array',
|
||||||
|
Loading…
Reference in New Issue
Block a user