diff --git a/sys/include/net/ng_ipv6/addr.h b/sys/include/net/ng_ipv6/addr.h index 9331f0c1bb..76588fc69c 100644 --- a/sys/include/net/ng_ipv6/addr.h +++ b/sys/include/net/ng_ipv6/addr.h @@ -44,7 +44,7 @@ extern "C" { * @brief Maximum length of an IPv6 address as string. */ #define NG_IPV6_ADDR_MAX_STR_LEN (sizeof("ffff:ffff:ffff:ffff:" \ - "ffff:ffff:ffff:ffff")) + "ffff:ffff:255.255.255.255")) /** * @brief Data type to represent an IPv6 address.