Move the ip64-addr code into the core/net/ip directory, to make it available on all platforms without having to explicitly include the core/net/ip64-addr module

This commit is contained in:
Adam Dunkels 2015-03-24 20:24:09 +01:00
parent 578d7c090c
commit b85fdfd2ae
3 changed files with 0 additions and 5 deletions

View file

@ -1,5 +0,0 @@
The `ip64-addr` module converts between IPv4 addresses and
IPv4-encoded IPv6 addresses. It is used in IPv6 networks that are
attached to the IPv4 world through an `ip64` router. With such a
router, IPv6 nodes in the network can reach IPv4 nodes by using their
IPv6-encoded address.