mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 07:48:10 +02:00
platform: add "link" scope to nm_platform_route_scope2str()
This commit is contained in:
parent
c4bd0cc5cb
commit
3294e06c28
1 changed files with 3 additions and 0 deletions
|
|
@ -3456,6 +3456,9 @@ nm_platform_route_scope2str (int scope, char *buf, gsize len)
|
||||||
case 254:
|
case 254:
|
||||||
g_snprintf (buf, len, "host");
|
g_snprintf (buf, len, "host");
|
||||||
break;
|
break;
|
||||||
|
case 253:
|
||||||
|
g_snprintf (buf, len, "link");
|
||||||
|
break;
|
||||||
case 200:
|
case 200:
|
||||||
g_snprintf (buf, len, "site");
|
g_snprintf (buf, len, "site");
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue