diff options
author | Thomas Haller <thaller@redhat.com> | 2020-05-27 12:14:26 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-05-28 18:05:15 +0200 |
commit | 655fd1ebd8c1f14dc658f728109bc41e9362d740 (patch) | |
tree | ba7a2a6580fd6df2f03872b685a8a3af31e9747b /libnm-core | |
parent | b4537f2c03dbb433ecdec81c84f95f8e9f8727b3 (diff) | |
download | NetworkManager-655fd1ebd8c1f14dc658f728109bc41e9362d740.tar.gz |
ifcfg-rh: support persisting 802-1x.pin and pin-flags property
Diffstat (limited to 'libnm-core')
-rw-r--r-- | libnm-core/nm-setting-8021x.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libnm-core/nm-setting-8021x.c b/libnm-core/nm-setting-8021x.c index d3784e204d..f6dbda6341 100644 --- a/libnm-core/nm-setting-8021x.c +++ b/libnm-core/nm-setting-8021x.c @@ -4469,8 +4469,8 @@ nm_setting_802_1x_class_init (NMSetting8021xClass *klass) **/ /* ---ifcfg-rh--- * property: pin - * variable: (none) - * description: The property is not handled by ifcfg-rh plugin. + * variable: IEEE_8021X_PIN(+) + * description: The pin secret used for EAP authentication methods. * ---end--- */ obj_properties[PROP_PIN] = @@ -4487,8 +4487,8 @@ nm_setting_802_1x_class_init (NMSetting8021xClass *klass) **/ /* ---ifcfg-rh--- * property: pin-flags - * variable: (none) - * description: The property is not handled by ifcfg-rh plugin. + * variable: IEEE_8021X_PIN_FLAGS(+) + * description: The secret flags for the pin property. * ---end--- */ obj_properties[PROP_PIN_FLAGS] = |