From: Laine Stump Date: Thu, 11 Aug 2011 04:19:11 +0000 (-0400) Subject: docs: use IPv6 addresses in range reserved for documentation X-Git-Tag: v0.9.5-rc1~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d5d6105c082e5009c5aceb7db8acd32250517d;p=thirdparty%2Flibvirt.git docs: use IPv6 addresses in range reserved for documentation Someone in an IRC channel or an email pointed out a few days ago that the examples of IPv6 addresses in the libvirt documentation were not in the officially reserved "documentation" range. This addresses their concern. --- diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index 9e1cb2207c..99031d01f0 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -350,7 +350,7 @@ <host mac="00:16:3e:3e:a9:1a" name="bar.example.com" ip="192.168.122.11" /> </dhcp> </ip> - <ip family="ipv6" address="2001:8794:ca2:2::1" prefix="64" /> + <ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64" /> </network>
@@ -490,7 +490,7 @@ <range start="192.168.122.2" end="192.168.122.254" /> </dhcp> </ip> - <ip family="ipv6" address="2001:8794:ca2:2::1" prefix="64" /> + <ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64" /> </network>

Routed network config

@@ -514,7 +514,7 @@ <range start="192.168.122.2" end="192.168.122.254" /> </dhcp> </ip> - <ip family="ipv6" address="2001:8794:ca2:2::1" prefix="64" /> + <ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64" /> </network>

Isolated network config

@@ -536,7 +536,7 @@ <range start="192.168.152.2" end="192.168.152.254" /> </dhcp> </ip> - <ip family="ipv6" address="2001:8794:ca2:3::1" prefix="64" /> + <ip family="ipv6" address="2001:db8:ca2:3::1" prefix="64" /> </network>

Using an existing host bridge