Re: [libvirt] [PATCH] allow ip and route elements for netdev ethernet

2016-03-31 Thread Laine Stump
On 03/31/2016 05:22 AM, Vasiliy Tolstov wrote: Allow to use ip address and routes elements inside network ethernet. Also allow to configure point-to-point address for host side device. In order to allow for possible backporting of parts of this feature without requiring backports of the rest,

[libvirt] [PATCH] allow ip and route elements for netdev ethernet

2016-03-31 Thread Vasiliy Tolstov
Allow to use ip address and routes elements inside network ethernet. Also allow to configure point-to-point address for host side device. Signed-off-by: Vasiliy Tolstov --- docs/formatdomain.html.in| 12 - docs/schemas/network.rng | 3 +++ include/libvirt/libvirt-domain.

[libvirt] [PATCH] allow ip and route elements for netdev ethernet

2016-03-31 Thread Vasiliy Tolstov
This is next part of network type ethernet patches, that adds ability to assign ip address and routes to tap devices for qemu driver like done before for lxc. Vasiliy Tolstov (1): allow ip and route elements for netdev ethernet docs/formatdomain.html.in| 12 - docs/schemas/netw