]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Revert "qemu domain allow to set ip address, peer address and route"
authorLaine Stump <laine@laine.org>
Fri, 29 Apr 2016 15:32:09 +0000 (11:32 -0400)
committerLaine Stump <laine@laine.org>
Fri, 29 Apr 2016 16:46:30 +0000 (12:46 -0400)
commit9b643ae824756d0ee3570c1f516397055e11864f
treefc7735e4cfba6eb62414abf03d89a22223c6e44b
parent70aa318b828269e5bba5ea0dd5491c3303773583
Revert "qemu domain allow to set ip address, peer address and route"

This reverts commit 6e244c659fb004503fd2a94319dae8fa6fecf045, which
added support to qemu for the "peer" attribute in domain interface <ip>
elements.

It's being removed temporarily for the release of libvirt 1.3.4
because the feature doesn't work, and there are concerns that it may
need to be modified in an externally visible manner which could create
backward compatibility problems.

 Conflicts:
   tests/qemuxml2argvmock.c - a mock of virNetDevSetOnline() was added
   which may be assumed by other tests added since the original commit,
   so it isn't being reverted.
src/qemu/qemu_interface.c