]> git.proxmox.com Git - pve-common.git/commit
net: add get_reachable_networks
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Sep 2021 14:25:51 +0000 (16:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Sep 2021 14:25:52 +0000 (16:25 +0200)
commitd7cafe5124fbfd96a9fa5a01f5a1904c9ccc4850
tree6b54113cd72053eec8d1874977e4522aae89a4d6
parent29dde5f46b4bb616ed4814903c5d28427e668a4d
net: add get_reachable_networks

will be used for the issue banner generators and for some "get
nodeip" calls as fallback for get_ip_from_hostname, which tends to
fail in our CT envs (e.g., PMG)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Network.pm