mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 03:40:27 +01:00
docs: fix typo in NMSettingBridge:group-forward-mask doc
Fixes: 17ec3aef2f
https://bugzilla.gnome.org/show_bug.cgi?id=789662
This commit is contained in:
parent
79168a5434
commit
d7d9759d56
3 changed files with 3 additions and 3 deletions
|
|
@ -116,7 +116,7 @@
|
|||
#define DESCRIBE_DOC_NM_SETTING_BOND_OPTIONS N_("Dictionary of key/value pairs of bonding options. Both keys and values must be strings. Option names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).")
|
||||
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_AGEING_TIME N_("The Ethernet MAC address aging time, in seconds.")
|
||||
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_FORWARD_DELAY N_("The Spanning Tree Protocol (STP) forwarding delay, in seconds.")
|
||||
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_GROUP_FORWARD_MASK N_("A mask of group addresses to forward. Usually, group addresses in the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to standards. This property is a mask of 16 bits, each corrisponding to a group address in that range that must be forwarded. The mask can't have bits 0, 1 or 2 set because they are used for STP, MAC pause frames and LACP.")
|
||||
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_GROUP_FORWARD_MASK N_("A mask of group addresses to forward. Usually, group addresses in the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to standards. This property is a mask of 16 bits, each corresponding to a group address in that range that must be forwarded. The mask can't have bits 0, 1 or 2 set because they are used for STP, MAC pause frames and LACP.")
|
||||
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_HELLO_TIME N_("The Spanning Tree Protocol (STP) hello time, in seconds.")
|
||||
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_MAC_ADDRESS N_("If specified, the MAC address of bridge. When creating a new bridge, this MAC address will be set. If this field is left unspecified, the \"ethernet.cloned-mac-address\" is referred instead to generate the initial MAC address. Note that setting \"ethernet.cloned-mac-address\" anyway overwrites the MAC address of the bridge later while activating the bridge. Hence, this property is deprecated.")
|
||||
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_MAX_AGE N_("The Spanning Tree Protocol (STP) maximum message age, in seconds.")
|
||||
|
|
|
|||
|
|
@ -600,7 +600,7 @@ nm_setting_bridge_class_init (NMSettingBridgeClass *setting_class)
|
|||
* A mask of group addresses to forward. Usually, group addresses in
|
||||
* the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not
|
||||
* forwarded according to standards. This property is a mask of 16 bits,
|
||||
* each corrisponding to a group address in that range that must be
|
||||
* each corresponding to a group address in that range that must be
|
||||
* forwarded. The mask can't have bits 0, 1 or 2 set because they are
|
||||
* used for STP, MAC pause frames and LACP.
|
||||
*
|
||||
|
|
|
|||
2
po/de.po
2
po/de.po
|
|
@ -6859,7 +6859,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"A mask of group addresses to forward. Usually, group addresses in the range "
|
||||
"from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not forwarded according to "
|
||||
"standards. This property is a mask of 16 bits, each corrisponding to a group "
|
||||
"standards. This property is a mask of 16 bits, each corresponding to a group "
|
||||
"address in that range that must be forwarded. The mask can't have bits 0, 1 "
|
||||
"or 2 set because they are used for STP, MAC pause frames and LACP."
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue