[PATCH pve-container 1/2] api: lxc: add 'interfaces' endpoint to the index
Johannes Cornelis Draaijer
jcdra1 at gmail.com
Thu Apr 18 22:49:32 CEST 2024
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