From 023c66232704a5afe7c0e9e675b389649ea70bd4 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Wed, 4 May 2011 17:47:09 +0200 Subject: Use name "global" instead of "universe" for largest scope This name is more widespread and easier to understand even though it is less correct. --- lib/route/rtnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1