[libvirt] [libvirt-test-API][PATCH V2 03/11] Add IPv6 section into network template xml

jiahu jiahu at redhat.com
Wed Jan 28 07:14:25 UTC 2015


---
 repos/network/xmls/network.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/repos/network/xmls/network.xml b/repos/network/xmls/network.xml
index 220169b..97e3517 100644
--- a/repos/network/xmls/network.xml
+++ b/repos/network/xmls/network.xml
@@ -7,4 +7,9 @@
       <range start="NETSTART" end="NETEND"/>
     </dhcp>
   </ip>
+  <ip family="ipv6" address="NETIP6ADDR" prefix="NETIP6PREFIX" >
+    <dhcp>
+      <range start="NETIP6START" end="NETIP6END" />
+    </dhcp>
+  </ip>
 </network>
-- 
1.8.3.1




More information about the libvir-list mailing list