mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 22:40:16 +01:00
cli: allow setting VPN data and secrets to empty values
This commit is contained in:
parent
5cc7abd7a4
commit
d9381362a5
1 changed files with 0 additions and 2 deletions
|
|
@ -6890,7 +6890,6 @@ static const NMMetaPropertyInfo *const property_infos_VPN[] = {
|
|||
),
|
||||
.property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (optionlist,
|
||||
.set_fcn = _optionlist_set_fcn_vpn_data,
|
||||
.no_empty_value = TRUE,
|
||||
),
|
||||
),
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_VPN_SECRETS,
|
||||
|
|
@ -6902,7 +6901,6 @@ static const NMMetaPropertyInfo *const property_infos_VPN[] = {
|
|||
),
|
||||
.property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (optionlist,
|
||||
.set_fcn = _optionlist_set_fcn_vpn_secrets,
|
||||
.no_empty_value = TRUE,
|
||||
),
|
||||
),
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_VPN_PERSISTENT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue