summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-08-10 17:58:55 +0200
committerThomas Haller <thaller@redhat.com>2020-08-10 18:00:18 +0200
commitbc0d4e610f261ed0718aa6f9b0ec87f8f033af44 (patch)
tree547b985c3ed0240e6c3a9d8f0d612f8e3b4f6fb7
parent3d9d8471868e4b724c904c7d3cfaddb013f7d908 (diff)
downloadNetworkManager-bc0d4e610f261ed0718aa6f9b0ec87f8f033af44.tar.gz
libnm/docs: fix doc for D-Bus format of "ipv6.route-data"
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/511
-rw-r--r--libnm-core/nm-setting-ip4-config.c2
1 files changed, 1 insertions, 1 deletions
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