]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Eliminate incorrect and unnecessary check for changed IP address
authorVasiliy Tolstov <v.tolstov@selfip.ru>
Sat, 22 Aug 2015 15:33:15 +0000 (15:33 +0000)
committerLaine Stump <laine@laine.org>
Mon, 24 Aug 2015 14:23:40 +0000 (10:23 -0400)
commitbbc705d1309b8ec2eb4cdae011dc702802c96d11
tree8f1fc96fafae46302555e2f01eef9521db492aa8
parent6c2702eddf468ec71ab021873af7c7ae0b09f30f
Eliminate incorrect and unnecessary check for changed IP address

Commit aa2cc7 modified a previously unnecessary but innocuous check
for interface IP address during interface update incorrectly, causing
all attempted updates (e.g. changing link state) to interfaces of
type='ethernet' for QEMU to fail.

This patch fixes the issue by completely removing the check for IP
address, which is pointless since QEMU doesn't support setting
interface IP addresses from the domain interface XML anyway.

Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
Signed-off-by: Laine Stump <laine@laine.org>
src/qemu/qemu_hotplug.c