diff options
author | Thomas Haller <thaller@redhat.com> | 2016-03-20 11:15:24 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-03-20 11:18:37 +0100 |
commit | 98c772f0bc4c1c4a86a0785fae51d1dd54b4a950 (patch) | |
tree | 85de725d80cb5565c3fc9d70f200950eccad9d1c | |
parent | 60cc501a665ad7fcfedcdba37557860458dca9a9 (diff) | |
download | NetworkManager-98c772f0bc4c1c4a86a0785fae51d1dd54b4a950.tar.gz |
man: document IPv4 subnet for "shared" method
-rw-r--r-- | libnm-core/nm-setting-ip-config.c | 3 |
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, |