]> xenbits.xensource.com Git - libvirt.git/commit
Domain conf: allow more than one IP address for net devices
authorCédric Bosdonnat <cbosdonnat@suse.com>
Tue, 22 Jul 2014 09:09:48 +0000 (11:09 +0200)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Mon, 5 Jan 2015 19:24:04 +0000 (20:24 +0100)
commitaa2cc72100d78997e7772e5ad4e76eec7f1fd8ab
treee83532bafabb63105befa8cb1f1167d793b0ac4c
parentc9ebdf9b7f8a1224cf15562959ebeb233fb33c7f
Domain conf: allow more than one IP address for net devices

Add the possibility to have more than one IP address configured for a
domain network interface. IP addresses can also have a prefix to define
the corresponding netmask.
17 files changed:
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/uml/uml_conf.c
src/vbox/vbox_common.c
src/xenconfig/xen_common.c
src/xenconfig/xen_sxpr.c
tests/lxcxml2xmldata/lxc-idmap.xml
tests/openvzutilstest.c
tests/sexpr2xmldata/sexpr2xml-bridge-ipaddr.xml
tests/sexpr2xmldata/sexpr2xml-net-routed.xml