From bf6d91dc4edf3d08f0de41f71503159b1713fc9a Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sat, 24 Sep 2011 11:06:42 +0200 Subject: Use undefined scope for undefined IPv6 addresses. --- lib/ip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ip.h') diff --git a/lib/ip.h b/lib/ip.h index e9923e2..5d74d21 100644 --- a/lib/ip.h +++ b/lib/ip.h @@ -37,6 +37,7 @@ #define SCOPE_SITE 2 #define SCOPE_ORGANIZATION 3 #define SCOPE_UNIVERSE 4 +#define SCOPE_UNDEFINED 5 char *ip_scope_text(unsigned); -- cgit v1.2.3