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
This commit is contained in:
Jens Rosenboom
2016-03-14 09:52:57 +01:00
committed by Andreas Jaeger
parent 29d54dc0f6
commit 38c5fefecb

View File

@@ -527,7 +527,7 @@ After installing Dibbler, edit the ``/etc/dibbler/server.conf`` file:
iface "br-ex" { iface "br-ex" {
pd-class { pd-class {
pd-pool 2222:2222:2222::/48 pd-pool 2001:db8:2222::/48
pd-length 64 pd-length 64
} }
} }
@@ -671,12 +671,12 @@ to all ports:
+-------------------+-------------------------------------------------+ +-------------------+-------------------------------------------------+
| Field | Value | | Field | Value |
+-------------------+-------------------------------------------------+ +-------------------+-------------------------------------------------+
| allocation_pools | {"start": "2222:2222:2222:6977::2", | | allocation_pools | {"start": "2001:db8:2222:6977::2", |
| | "end":"2222:2222:2222:6977:ffff:ffff:ffff:fffe"}| | | "end":"2001:db8:2222:6977:ffff:ffff:ffff:fffe"} |
| cidr | 2222:2222:2222:6977::/64 | | cidr | 2001:db8:2222:6977::/64 |
| dns_nameservers | | | dns_nameservers | |
| enable_dhcp | True | | enable_dhcp | True |
| gateway_ip | 2222:2222:2222:6977::1 | | gateway_ip | 2001:db8:2222:6977::1 |
| host_routes | | | host_routes | |
| id | ea139dcd-17a3-4f0a-8cca-dff8b4e03f8a | | id | ea139dcd-17a3-4f0a-8cca-dff8b4e03f8a |
| ip_version | 6 | | ip_version | 6 |