libnmc-setting: fix default suggestions for some options
These are just plain wrong.
This commit is contained in:
@@ -5139,7 +5139,7 @@ static const NMMetaPropertyInfo *const property_infos_BRIDGE[] = {
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_BRIDGE_STP,
|
||||
.is_cli_option = TRUE,
|
||||
.property_alias = "stp",
|
||||
.prompt = N_("Enable STP [no]"),
|
||||
.prompt = N_("Enable STP [yes]"),
|
||||
.property_type = &_pt_gobject_bool,
|
||||
),
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_BRIDGE_PRIORITY,
|
||||
@@ -5221,7 +5221,7 @@ static const NMMetaPropertyInfo *const property_infos_BRIDGE[] = {
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_BRIDGE_MULTICAST_SNOOPING,
|
||||
.is_cli_option = TRUE,
|
||||
.property_alias = "multicast-snooping",
|
||||
.prompt = N_("Enable IGMP snooping [no]"),
|
||||
.prompt = N_("Enable IGMP snooping [yes]"),
|
||||
.property_type = &_pt_gobject_bool,
|
||||
),
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT,
|
||||
|
Reference in New Issue
Block a user