From b85fdfd2ae2546ef7a2a91592cb72a0293aff5c9 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Tue, 24 Mar 2015 20:24:09 +0100 Subject: [PATCH] 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 --- core/net/{ip64-addr => ip}/ip64-addr.c | 0 core/net/{ip64-addr => ip}/ip64-addr.h | 0 core/net/ip64-addr/README.md | 5 ----- 3 files changed, 5 deletions(-) rename core/net/{ip64-addr => ip}/ip64-addr.c (100%) rename core/net/{ip64-addr => ip}/ip64-addr.h (100%) delete mode 100644 core/net/ip64-addr/README.md diff --git a/core/net/ip64-addr/ip64-addr.c b/core/net/ip/ip64-addr.c similarity index 100% rename from core/net/ip64-addr/ip64-addr.c rename to core/net/ip/ip64-addr.c diff --git a/core/net/ip64-addr/ip64-addr.h b/core/net/ip/ip64-addr.h similarity index 100% rename from core/net/ip64-addr/ip64-addr.h rename to core/net/ip/ip64-addr.h diff --git a/core/net/ip64-addr/README.md b/core/net/ip64-addr/README.md deleted file mode 100644 index 258fb7905..000000000 --- a/core/net/ip64-addr/README.md +++ /dev/null @@ -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.