]> git.ipfire.org Git - thirdparty/libvirt.git/commit
interface: allow multiple IPv4 addresses + dhcp on a single interface
authorLaine Stump <laine@laine.org>
Thu, 21 May 2015 15:26:52 +0000 (11:26 -0400)
committerLaine Stump <laine@laine.org>
Fri, 22 May 2015 14:14:01 +0000 (10:14 -0400)
commitba5566e80f95618c3bb8ac327d4a1c370539166d
treea1296253028d21ee434914287b71279dcc353bdd
parent474523fa2c67566bb61807fd413e5efc5f3510cb
interface: allow multiple IPv4 addresses + dhcp on a single interface

As of netcf-0.2.8, netcf supports configuring multipl IPv4 addresses,
as well as simultaneously configuring dhcp and static IPv4 addresses,
on a single interface. This patch updates libvirt's interface.rng to
allow such configurations.

This resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1223688
docs/schemas/interface.rng
tests/interfaceschemadata/ethernet-dhcp-and-multi-static.xml [new file with mode: 0644]
tests/interfacexml2xmltest.c