From 38c5fefecb74a44b0c420c75a1998abfd2e197c1 Mon Sep 17 00:00:00 2001 From: Jens Rosenboom Date: Mon, 14 Mar 2016 09:52:57 +0100 Subject: [PATCH] Use proper IPv6 example prefix The prefix 2222:2222:2222::/48 may be getting assigned to some real network in the future. In order to avoid complications, use the prefix 2001:db8::/32 instead, which is officially reserved for documentation purposes. [1] [1] https://tools.ietf.org/html/rfc3849 Change-Id: I02ffc8804541d047595a6db2daa0f87263bb4e50 --- doc/networking-guide/source/adv-config-ipv6.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/networking-guide/source/adv-config-ipv6.rst b/doc/networking-guide/source/adv-config-ipv6.rst index 8f14f56c06..202c2dfee8 100644 --- a/doc/networking-guide/source/adv-config-ipv6.rst +++ b/doc/networking-guide/source/adv-config-ipv6.rst @@ -527,7 +527,7 @@ After installing Dibbler, edit the ``/etc/dibbler/server.conf`` file: iface "br-ex" { pd-class { - pd-pool 2222:2222:2222::/48 + pd-pool 2001:db8:2222::/48 pd-length 64 } } @@ -671,12 +671,12 @@ to all ports: +-------------------+-------------------------------------------------+ | Field | Value | +-------------------+-------------------------------------------------+ - | allocation_pools | {"start": "2222:2222:2222:6977::2", | - | | "end":"2222:2222:2222:6977:ffff:ffff:ffff:fffe"}| - | cidr | 2222:2222:2222:6977::/64 | + | allocation_pools | {"start": "2001:db8:2222:6977::2", | + | | "end":"2001:db8:2222:6977:ffff:ffff:ffff:fffe"} | + | cidr | 2001:db8:2222:6977::/64 | | dns_nameservers | | | enable_dhcp | True | - | gateway_ip | 2222:2222:2222:6977::1 | + | gateway_ip | 2001:db8:2222:6977::1 | | host_routes | | | id | ea139dcd-17a3-4f0a-8cca-dff8b4e03f8a | | ip_version | 6 |