platform: add "link" scope to nm_platform_route_scope2str()

This commit is contained in:
Thomas Haller 2016-01-16 13:42:47 +01:00
parent c4bd0cc5cb
commit 3294e06c28

View file

@ -3456,6 +3456,9 @@ nm_platform_route_scope2str (int scope, char *buf, gsize len)
case 254:
g_snprintf (buf, len, "host");
break;
case 253:
g_snprintf (buf, len, "link");
break;
case 200:
g_snprintf (buf, len, "site");
break;