diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-12 17:46:07 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-12 17:46:07 +0100 |
commit | 7467727e80dc58a5f4d85669cfbead4c08543ad8 (patch) | |
tree | 33e5548549f04ad0a8f8288e44e51cfda604d81e /interface-definitions | |
parent | 6a6fbb03ad8dc83ac0cf32c6bd6a88d41706f548 (diff) | |
download | vyos-1x-7467727e80dc58a5f4d85669cfbead4c08543ad8.tar.gz vyos-1x-7467727e80dc58a5f4d85669cfbead4c08543ad8.zip |
bridge: T3042: ease help string on allowed-vlan and native-vlan
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-bridge.xml.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/interface-definitions/interfaces-bridge.xml.in b/interface-definitions/interfaces-bridge.xml.in index 97f548252..678d3806c 100644 --- a/interface-definitions/interfaces-bridge.xml.in +++ b/interface-definitions/interfaces-bridge.xml.in @@ -113,7 +113,7 @@ <children> <leafNode name="native-vlan"> <properties> - <help>Set the specific VLAN ID in the interface to ACCESS mode</help> + <help>Specify VLAN id which should natively be present on the link</help> <valueHelp> <format>1-4094</format> <description>Virtual Local Area Network (VLAN) ID</description> @@ -126,14 +126,14 @@ </leafNode> <leafNode name="allowed-vlan"> <properties> - <help>Allow the bridge to pass the tagged VLAN tag on this interface</help> + <help>Specify VLAN id which is allowed in this trunk interface</help> <valueHelp> - <format><n></format> - <description>Virtual Local Area Network (VLAN) ID</description> + <format><id></format> + <description>VLAN id allowed to pass this interface</description> </valueHelp> <valueHelp> - <format><n-m>-<1-4096></format> - <description>Virtual Local Area Network (VLAN) ID Range</description> + <format><idN>-<idM></format> + <description>VLAN id range allowed on this interface (use '-' as delimiter)</description> </valueHelp> <constraint> <regex>^([0-9]{1,4}-[0-9]{1,4})|([0-9]{1,4})$</regex> |