diff options
author | Thomas Haller <thaller@redhat.com> | 2021-08-06 15:17:05 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-08-24 10:19:39 +0200 |
commit | a5a62a80fc6943379872e45386117a520aacbf4c (patch) | |
tree | ec6fd43821cfccd10eb76c4dc0331f56c85ab750 /src/core/NetworkManagerUtils.h | |
parent | 1a3a229bc86e7581494ef541f4d08799a0464406 (diff) | |
download | NetworkManager-next2.tar.gz |
core: use NML3ConfigData (WIP)next2
Diffstat (limited to 'src/core/NetworkManagerUtils.h')
-rw-r--r-- | src/core/NetworkManagerUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/NetworkManagerUtils.h b/src/core/NetworkManagerUtils.h index af5b5a5ef2..1d083344cc 100644 --- a/src/core/NetworkManagerUtils.h +++ b/src/core/NetworkManagerUtils.h @@ -195,7 +195,7 @@ nm_utils_tfilters_from_tc_setting(NMPlatform *platform, NMSettingTCConfig *s_tc, void nm_utils_ip_route_attribute_to_platform(int addr_family, NMIPRoute * s_route, NMPlatformIPRoute *r, - guint32 route_table); + gint64 route_table); void nm_utils_ip_addresses_to_dbus(int addr_family, const NMDedupMultiHeadEntry *head_entry, |