mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 04:00:20 +01:00
libnmc-setting: fix default suggestions for some options
These are just plain wrong.
This commit is contained in:
parent
6b0f67b736
commit
fe82c3a37a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue