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:
Antonio Cardace 2020-07-03 17:12:15 +02:00
parent 6e73e27622
commit 9120cfaf9c
No known key found for this signature in database
GPG key ID: 6BF80ABD43E377D3

View file

@ -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"),
);