[pve-devel] [PATCH pve-manager v2 06/16] nic pinning: update description for generate command

Stefan Hanreich s.hanreich at proxmox.com
Fri Jul 18 18:26:28 CEST 2025


From: Thomas Lamprecht <t.lamprecht at proxmox.com>

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
 PVE/CLI/proxmox_network_interface_pinning.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PVE/CLI/proxmox_network_interface_pinning.pm b/PVE/CLI/proxmox_network_interface_pinning.pm
index fb45a1acd..f9d94369a 100644
--- a/PVE/CLI/proxmox_network_interface_pinning.pm
+++ b/PVE/CLI/proxmox_network_interface_pinning.pm
@@ -320,7 +320,8 @@ __PACKAGE__->register_method({
     name => 'generate',
     path => 'generate',
     method => 'POST',
-    description => 'Generates the names of NICs via systemd.link files.',
+    description => 'Generate systemd.link files to pin the names of one or more network'
+        . ' interfaces and update all network-related configuration files.',
     parameters => {
         additionalProperties => 0,
         properties => {
-- 
2.39.5




More information about the pve-devel mailing list