libnm: fix documentation for "wireless.security" property
This property only exists on D-Bus. Documenting it for ifcfg-rh makes no sense. Drop that part. Also reword the text about the D-Bus documentation.
This commit is contained in:
@@ -1837,19 +1837,11 @@ nm_setting_wireless_class_init(NMSettingWirelessClass *klass)
|
|||||||
mac_address_randomization,
|
mac_address_randomization,
|
||||||
.is_deprecated = TRUE, );
|
.is_deprecated = TRUE, );
|
||||||
|
|
||||||
/* Compatibility for deprecated property */
|
|
||||||
/* ---ifcfg-rh---
|
|
||||||
* property: security
|
|
||||||
* variable: (none)
|
|
||||||
* description: This property is deprecated and not handled by ifcfg-rh-plugin.
|
|
||||||
* ---end---
|
|
||||||
*/
|
|
||||||
/* ---dbus---
|
/* ---dbus---
|
||||||
* property: security
|
* property: security
|
||||||
* description: This property is deprecated, but can be set to the value
|
* description: This property is deprecated and has no effect.
|
||||||
* '802-11-wireless-security' when a wireless security setting is also
|
* For backwards compatibility, it can be set to "802-11-wireless-security"
|
||||||
* present in the connection dictionary, for compatibility with very old
|
* if the profile has a wireless security setting.
|
||||||
* NetworkManager daemons.
|
|
||||||
* ---end---
|
* ---end---
|
||||||
*/
|
*/
|
||||||
_nm_properties_override_dbus(
|
_nm_properties_override_dbus(
|
||||||
|
Reference in New Issue
Block a user