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:
parent
d44c31da5f
commit
023c662327
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue