mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 09:28:00 +02:00
utils: add 'unspecified' to nm_utils_route_type2str()
https://bugzilla.redhat.com/show_bug.cgi?id=1821787
(cherry picked from commit e3e7bdf96e)
This commit is contained in:
parent
6e73e27622
commit
9120cfaf9c
1 changed files with 1 additions and 0 deletions
|
|
@ -207,4 +207,5 @@ NM_UTILS_ENUM2STR_DEFINE (nm_utils_route_type2str, guint8,
|
|||
NM_UTILS_ENUM2STR (RTN_THROW, "throw"),
|
||||
NM_UTILS_ENUM2STR (RTN_UNICAST, "unicast"),
|
||||
NM_UTILS_ENUM2STR (RTN_UNREACHABLE, "unreachable"),
|
||||
NM_UTILS_ENUM2STR (RTN_UNSPEC, "unspecified"),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue