summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-03-20 11:15:24 +0100
committerThomas Haller <thaller@redhat.com>2016-03-20 11:18:37 +0100
commit98c772f0bc4c1c4a86a0785fae51d1dd54b4a950 (patch)
tree85de725d80cb5565c3fc9d70f200950eccad9d1c
parent60cc501a665ad7fcfedcdba37557860458dca9a9 (diff)
downloadNetworkManager-98c772f0bc4c1c4a86a0785fae51d1dd54b4a950.tar.gz
man: document IPv4 subnet for "shared" method
-rw-r--r--libnm-core/nm-setting-ip-config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-ip-config.c b/libnm-core/nm-setting-ip-config.c
index bbdb19ff73..d76179c8e3 100644
--- a/libnm-core/nm-setting-ip-config.c
+++ b/libnm-core/nm-setting-ip-config.c
@@ -2510,6 +2510,9 @@ nm_setting_ip_config_class_init (NMSettingIPConfigClass *setting_class)
*
* For methods that imply no upstream network, such as "shared" or
* "link-local", these properties must be empty.
+ *
+ * For IPv4 method "shared", the IP subnet can be configured by adding one
+ * manual IPv4 address or otherwise 10.42.x.0/24 is chosen.
**/
g_object_class_install_property
(object_class, PROP_METHOD,