summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2019-03-16 17:21:35 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2019-03-26 17:18:29 +0100
commit1e5b0788bcc91e7998dfffda3a116735f90ed239 (patch)
treea5399b495be0a892fae98ed45988a78e2817dcb7 /clients
parent96fab7b46258e2c292deae15cfbd380a0a255208 (diff)
downloadNetworkManager-1e5b0788bcc91e7998dfffda3a116735f90ed239.tar.gz
libnm-core: add vlans property to bridge-port setting
Diffstat (limited to 'clients')
-rw-r--r--clients/common/settings-docs.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/common/settings-docs.h.in b/clients/common/settings-docs.h.in
index 4a0da22fac..3a66ae73ad 100644
--- a/clients/common/settings-docs.h.in
+++ b/clients/common/settings-docs.h.in
@@ -123,6 +123,7 @@
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE N_("Enables or disables \"hairpin mode\" for the port, which allows frames to be sent back out through the port the frame was received on.")
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_PORT_PATH_COST N_("The Spanning Tree Protocol (STP) port cost for destinations via this port.")
#define DESCRIBE_DOC_NM_SETTING_BRIDGE_PORT_PRIORITY N_("The Spanning Tree Protocol (STP) priority of this bridge port.")
+#define DESCRIBE_DOC_NM_SETTING_BRIDGE_PORT_VLANS N_("Array of bridge VLAN objects. In addition to the VLANs specified here, the port will also have the default-pvid VLAN configured on the bridge by the bridge.vlan-default-pvid property. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]...")
#define DESCRIBE_DOC_NM_SETTING_CDMA_MTU N_("If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames.")
#define DESCRIBE_DOC_NM_SETTING_CDMA_NUMBER N_("The number to dial to establish the connection to the CDMA-based mobile broadband network, if any. If not specified, the default number (#777) is used when required.")
#define DESCRIBE_DOC_NM_SETTING_CDMA_PASSWORD N_("The password used to authenticate with the network, if required. Many providers do not require a password, or accept any password. But if a password is required, it is specified here.")