[pve-devel] applied: [PATCH pve-container 1/2] api: lxc: add 'interfaces' endpoint to the index
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Jul 2 16:22:51 CEST 2024
sorry it took me so long to get back to this, applied this one!
> Johannes Cornelis Draaijer via pve-devel <pve-
> Signed-off-by: Johannes Cornelis Draaijer <jcdra1 at gmail.com>
> ---
> src/PVE/API2/LXC.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm
> index fd42ccf..89ba64c 100644
> --- a/src/PVE/API2/LXC.pm
> +++ b/src/PVE/API2/LXC.pm
> @@ -590,6 +590,7 @@ __PACKAGE__->register_method({
> { subdir => 'firewall' },
> { subdir => 'snapshot' },
> { subdir => 'resize' },
> + { subdir => 'interfaces' }
> ];
>
> return $res;
> --
> 2.34.1
More information about the pve-devel
mailing list