diff options
author | Thomas Haller <thaller@redhat.com> | 2014-10-20 11:46:52 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-10-20 11:52:50 +0200 |
commit | 78ac8151a255e233ac3191e7eb7e9b3e31e1bcb8 (patch) | |
tree | ed8142e6eb516d12668ca9cd3e0e4eccac93ec52 /include/nm-test-utils.h | |
parent | 461da6fe1a5e9b7080281055bf5d5fb23a1e9922 (diff) | |
parent | ae36f1bbdc75f999e8b02a05d44af098b5f6ecab (diff) | |
download | NetworkManager-th/lr-rdisc-mtu.tar.gz |
rdisc: merge branch 'lkundrak/lr-rdisc-mtu' (bgo#738104)th/lr-rdisc-mtu
https://bugzilla.gnome.org/show_bug.cgi?id=738104
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/nm-test-utils.h')
-rw-r--r-- | include/nm-test-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nm-test-utils.h b/include/nm-test-utils.h index 12e84b3393..4a38d145b0 100644 --- a/include/nm-test-utils.h +++ b/include/nm-test-utils.h @@ -585,7 +585,7 @@ nmtst_platform_ip6_address (const char *address, const char *peer_address, guint inline static NMPlatformIP6Address * nmtst_platform_ip6_address_full (const char *address, const char *peer_address, guint plen, - int ifindex, NMPlatformSource source, guint32 timestamp, + int ifindex, NMIPConfigSource source, guint32 timestamp, guint32 lifetime, guint32 preferred, guint flags) { NMPlatformIP6Address *addr = nmtst_platform_ip6_address (address, peer_address, plen); @@ -615,7 +615,7 @@ nmtst_platform_ip6_route (const char *network, guint plen, const char *gateway) inline static NMPlatformIP6Route * nmtst_platform_ip6_route_full (const char *network, guint plen, const char *gateway, - int ifindex, NMPlatformSource source, + int ifindex, NMIPConfigSource source, guint metric, guint mss) { NMPlatformIP6Route *route = nmtst_platform_ip6_route (network, plen, gateway); |