From bc0d4e610f261ed0718aa6f9b0ec87f8f033af44 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 10 Aug 2020 17:58:55 +0200 Subject: [PATCH] libnm/docs: fix doc for D-Bus format of "ipv6.route-data" https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/511 --- libnm-core/nm-setting-ip4-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-core/nm-setting-ip4-config.c b/libnm-core/nm-setting-ip4-config.c index b8e0f8e3cb..d8c2e0974b 100644 --- a/libnm-core/nm-setting-ip4-config.c +++ b/libnm-core/nm-setting-ip4-config.c @@ -903,7 +903,7 @@ nm_setting_ip4_config_class_init (NMSettingIP4ConfigClass *klass) * description: Array of IPv4 routes. Each route dictionary contains at * least 'dest' and 'prefix' entries, containing the destination IP * address as a string, and the prefix length as a uint32. Most routes - * will also have a 'gateway' entry, containing the gateway IP address as + * will also have a 'next-hop' entry, containing the next hop IP address as * a string. If the route has a 'metric' entry (containing a uint32), that * will be used as the metric for the route (otherwise NM will pick a * default value appropriate to the device). Additional attributes may