dect
/
libnl
Archived
13
0
Fork 0

Use name "global" instead of "universe" for largest scope

This name is more widespread and easier to understand even though
it is less correct.
This commit is contained in:
Thomas Graf 2011-05-04 17:47:09 +02:00
parent d44c31da5f
commit 023c662327
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static const struct trans_tbl scopes[] = {
__ADD(254,host)
__ADD(253,link)
__ADD(200,site)
__ADD(0,universe)
__ADD(0,global)
};
char *rtnl_scope2str(int scope, char *buf, size_t size)