summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-05-04 17:47:09 +0200
committerThomas Graf <tgraf@suug.ch>2011-05-04 17:47:09 +0200
commit023c66232704a5afe7c0e9e675b389649ea70bd4 (patch)
tree6e2ad2efe8d7d861cc4602e8301ccdb009d6bf50
parentd44c31da5f089372f911d498a5051dd7f7c25e3a (diff)
downloadlibnl-023c66232704a5afe7c0e9e675b389649ea70bd4.tar.gz
Use name "global" instead of "universe" for largest scope
This name is more widespread and easier to understand even though it is less correct.
-rw-r--r--lib/route/rtnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/rtnl.c b/lib/route/rtnl.c
index 26d1f67..e5c0798 100644
--- a/lib/route/rtnl.c
+++ b/lib/route/rtnl.c
@@ -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)