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

Added ip_scope_text() for translating of scopes to strings.

This commit is contained in:
Martin Mares
1999-11-25 15:34:20 +00:00
parent 1a509a6310
commit ea32afb765
3 changed files with 27 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
#define SCOPE_ORGANIZATION 3
#define SCOPE_UNIVERSE 4
char *ip_scope_text(unsigned);
/*
* Is it a valid network prefix?
*/