From 98c772f0bc4c1c4a86a0785fae51d1dd54b4a950 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 20 Mar 2016 11:15:24 +0100 Subject: [PATCH] man: document IPv4 subnet for "shared" method --- libnm-core/nm-setting-ip-config.c | 3 +++ 1 file changed, 3 insertions(+) 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,