mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 20:00:23 +01: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:
|
||||
g_snprintf (buf, len, "host");
|
||||
break;
|
||||
case 253:
|
||||
g_snprintf (buf, len, "link");
|
||||
break;
|
||||
case 200:
|
||||
g_snprintf (buf, len, "site");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue