summaryrefslogtreecommitdiffstats
path: root/lib/ip.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-09-24 11:06:42 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-09-24 11:06:42 +0200
commitbf6d91dc4edf3d08f0de41f71503159b1713fc9a (patch)
treeaaf769128412c4ad1c56f0f373b88f10e37a8ddf /lib/ip.h
parent4116db182d8d80d26902a8b33f82664bb5770066 (diff)
downloadbird-bf6d91dc4edf3d08f0de41f71503159b1713fc9a.tar
bird-bf6d91dc4edf3d08f0de41f71503159b1713fc9a.zip
Use undefined scope for undefined IPv6 addresses.
Diffstat (limited to 'lib/ip.h')
-rw-r--r--lib/ip.h1
1 files changed, 1 insertions, 0 deletions
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);