aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaine Stump <laine@laine.org>2011-08-11 00:19:11 -0400
committerLaine Stump <laine@laine.org>2011-08-11 00:21:33 -0400
commite6d5d6105c082e5009c5aceb7db8acd32250517d (patch)
tree488a01269ff64ed27014c854c7ec557bd7557b11 /docs/formatnetwork.html.in
parentvirsh: add virsh snapshot-current --name (diff)
downloadlibvirt-e6d5d6105c082e5009c5aceb7db8acd32250517d.tar.gz
libvirt-e6d5d6105c082e5009c5aceb7db8acd32250517d.tar.bz2
libvirt-e6d5d6105c082e5009c5aceb7db8acd32250517d.zip
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.
Diffstat (limited to 'docs/formatnetwork.html.in')
-rw-r--r--docs/formatnetwork.html.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index 9e1cb2207..99031d01f 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -350,7 +350,7 @@
&lt;host mac="00:16:3e:3e:a9:1a" name="bar.example.com" ip="192.168.122.11" /&gt;
&lt;/dhcp&gt;
&lt;/ip&gt;
- &lt;ip family="ipv6" address="2001:8794:ca2:2::1" prefix="64" /&gt;
+ &lt;ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64" /&gt;
&lt;/network&gt;</pre>
<dl>
@@ -490,7 +490,7 @@
&lt;range start="192.168.122.2" end="192.168.122.254" /&gt;
&lt;/dhcp&gt;
&lt;/ip&gt;
- &lt;ip family="ipv6" address="2001:8794:ca2:2::1" prefix="64" /&gt;
+ &lt;ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64" /&gt;
&lt;/network&gt;</pre>
<h3><a name="examplesRoute">Routed network config</a></h3>
@@ -514,7 +514,7 @@
&lt;range start="192.168.122.2" end="192.168.122.254" /&gt;
&lt;/dhcp&gt;
&lt;/ip&gt;
- &lt;ip family="ipv6" address="2001:8794:ca2:2::1" prefix="64" /&gt;
+ &lt;ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64" /&gt;
&lt;/network&gt;</pre>
<h3><a name="examplesPrivate">Isolated network config</a></h3>
@@ -536,7 +536,7 @@
&lt;range start="192.168.152.2" end="192.168.152.254" /&gt;
&lt;/dhcp&gt;
&lt;/ip&gt;
- &lt;ip family="ipv6" address="2001:8794:ca2:3::1" prefix="64" /&gt;
+ &lt;ip family="ipv6" address="2001:db8:ca2:3::1" prefix="64" /&gt;
&lt;/network&gt;</pre>
<h3><a name="examplesBridge">Using an existing host bridge</a></h3>