xlat: docs fixes

This commit is contained in:
Andreas Ziegler 2020-03-14 16:35:43 +01:00
parent ebbd407df2
commit 5569a6d57a

View File

@ -2,14 +2,14 @@ gluon-464xlat-clat
================== ==================
This package provides the kernel module and functionality required to support This package provides the kernel module and functionality required to support
ipv4 clients on an ipv6-only backbone. IPv4 clients on an IPv6-only backbone.
Assumptions Assumptions
----------- -----------
* Clients will be given IPv4 addresses by a dhcp daemon that runs on each node. * Clients will be given IPv4 addresses by a DHCP daemon that runs on each node.
gluon-ddhcpd is a great choice for this. gluon-ddhcpd is a great choice for this.
* There is a component on the network that does plat on the default network * There is a component on the network that does PLAT on the default network
64:ff9b::/96. https://github.com/FreifunkMD/jool-docker.git can do this. 64:ff9b::/96. https://github.com/FreifunkMD/jool-docker.git can do this.
Limitations Limitations
@ -20,9 +20,9 @@ site.conf
--------- ---------
clat_range : mandatory clat_range : mandatory
- infrastructure net (ULA) from which a /96 clat prefix will be generated. - infrastructure net (ULA) from which a /96 CLAT prefix will be generated.
- This must be a /48 prefix. - This must be a /48 prefix.
- This can be the same for each community and is pre-registered at https://wiki.freifunk.net/IP-Netze#IPv6 as part of fdff:ffff:ff00::/40 - This can be the same for each site and is pre-registered at https://wiki.freifunk.net/IP-Netze#IPv6 as part of fdff:ffff:ff00::/40
Example:: Example::