diff options
author | Thomas Graf <tgraf@suug.ch> | 2011-05-04 17:47:09 +0200 |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2011-05-04 17:47:09 +0200 |
commit | 023c66232704a5afe7c0e9e675b389649ea70bd4 (patch) | |
tree | 6e2ad2efe8d7d861cc4602e8301ccdb009d6bf50 /lib | |
parent | d44c31da5f089372f911d498a5051dd7f7c25e3a (diff) | |
download | libnl-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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/route/rtnl.c | 2 |
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) |