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

Vasiliy Tolstov v.tolstov at selfip.ru
Thu Mar 31 09:21:59 UTC 2016


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/network.rng         |  3 +++
 include/libvirt/libvirt-domain.h |  1 +
 src/conf/domain_conf.c           | 14 ++++++++++-
 src/conf/domain_conf.h           |  1 +
 src/conf/network_conf.c          | 26 ++++++++++++++++++-
 src/conf/network_conf.h          |  1 +
 src/lxc/lxc_container.c          |  2 +-
 src/network/bridge_driver.c      |  2 +-
 src/qemu/qemu_interface.c        | 39 +++++++++++++++++++++++++++++
 src/util/virnetdev.c             | 54 ++++++++++++++++++++++++++++------------
 src/util/virnetdev.h             |  1 +
 12 files changed, 135 insertions(+), 21 deletions(-)

--
2.7.3




More information about the libvir-list mailing list