]> git.proxmox.com Git - qemu-server.git/commit
refactor migration IP retrieval
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 11 Nov 2019 10:28:30 +0000 (11:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2019 11:10:25 +0000 (12:10 +0100)
commitb24e1ac22482c86a2de209f0657d0624fb97b09f
tree414dc5f8d8ab6c4a15122e9bf12c53d5ce435248
parent95896f80c2bcf7c9a09f9117083dda5fefcc2c52
refactor migration IP retrieval

since PVE::Cluster::get_local_migration_ip does not exist anymore. this
is basically an inlined version, since this is the only remaining caller
that we actually want to keep.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/QemuServer.pm