1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Use undefined scope for undefined IPv6 addresses.

This commit is contained in:
Ondrej Zajicek
2011-09-24 11:06:42 +02:00
parent 4116db182d
commit bf6d91dc4e
4 changed files with 6 additions and 4 deletions

View File

@@ -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);