]> git.proxmox.com Git - pve-manager.git/commit
fix #5255: node: wol: add optional bind interface
authorChristian Ebner <c.ebner@proxmox.com>
Tue, 26 Mar 2024 09:16:57 +0000 (10:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Mar 2024 16:27:47 +0000 (17:27 +0100)
commit869c155c6a5cd8466996751876f92b74c76f2e26
treeda83a90bdaf1f6dd0e9d24cbfdec362498b66d5c
parent3f83a0332ef5850c7b2324ca5958fa9b4b4dd61c
fix #5255: node: wol: add optional bind interface

Allows to optionally configure a local interface name to which to
bind to when sending a wake on lan packet to wake a remote node.

Default behaviour remains to send the packet via the interface for
the default gateway.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
PVE/API2/Nodes.pm
PVE/NodeConfig.pm