]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: use IPv6 addresses in range reserved for documentation
authorLaine Stump <laine@laine.org>
Thu, 11 Aug 2011 04:19:11 +0000 (00:19 -0400)
committerLaine Stump <laine@laine.org>
Thu, 11 Aug 2011 04:21:33 +0000 (00:21 -0400)
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.

docs/formatnetwork.html.in

index 9e1cb2207c7df30ed7b0d3af288cd5e23cde87b8..99031d01f03c2998ab7d613604fd69872ada536e 100644 (file)
             &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>
             &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>
             &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>
             &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>