]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/NodeConfig.pm
fix #5255: node: wol: add optional bind interface
[pve-manager.git] / PVE / NodeConfig.pm
index a09c9be103a4a378351df80eafb5431069a07178..ee316296cef3f639a0cb94c4830b8a65b17ca5f3 100644 (file)
@@ -103,6 +103,13 @@ my $wakeonlan_desc = {
        format_description => 'MAC address',
        default_key => 1,
     },
+    'bind-interface' => {
+       type => 'string',
+       description => 'Bind to this interface when sending wake on LAN packet',
+       format => 'pve-iface',
+       format_description => 'bind interface',
+       optional => 1,
+    },
 };
 
 $confdesc->{wakeonlan} = {