summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/match-vlan.xml.i
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-22 07:56:32 +0100
committerGitHub <noreply@github.com>2024-01-22 07:56:32 +0100
commit39d0464616be1fc12be201223a84937b43c19382 (patch)
tree1143f24e0fbbb8026da16dc4092ff36d27435bf4 /interface-definitions/include/firewall/match-vlan.xml.i
parent4412d1ae8499de3a49d99c37f66b93c6b4693295 (diff)
parent2ec023752bdd400835eb69a8f1f9d2873cef61fa (diff)
downloadvyos-1x-39d0464616be1fc12be201223a84937b43c19382.tar.gz
vyos-1x-39d0464616be1fc12be201223a84937b43c19382.zip
Merge pull request #2856 from c-po/firewall-backports
firewall: T5729: T5681: T5217: backport subsystem from current branch
Diffstat (limited to 'interface-definitions/include/firewall/match-vlan.xml.i')
-rw-r--r--interface-definitions/include/firewall/match-vlan.xml.i12
1 files changed, 6 insertions, 6 deletions
diff --git a/interface-definitions/include/firewall/match-vlan.xml.i b/interface-definitions/include/firewall/match-vlan.xml.i
index d0820f7d8..44ad02c99 100644
--- a/interface-definitions/include/firewall/match-vlan.xml.i
+++ b/interface-definitions/include/firewall/match-vlan.xml.i
@@ -6,14 +6,14 @@
<children>
<leafNode name="id">
<properties>
- <help>VLAN id</help>
+ <help>Vlan id</help>
<valueHelp>
<format>u32:0-4096</format>
- <description>VLAN id</description>
+ <description>Vlan id</description>
</valueHelp>
<valueHelp>
<format>&lt;start-end&gt;</format>
- <description>VLAN id range to match</description>
+ <description>Vlan id range to match</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--allow-range --range 0-4095"/>
@@ -22,14 +22,14 @@
</leafNode>
<leafNode name="priority">
<properties>
- <help>VLAN priority(pcp)</help>
+ <help>Vlan priority(pcp)</help>
<valueHelp>
<format>u32:0-7</format>
- <description>VLAN priority</description>
+ <description>Vlan priority</description>
</valueHelp>
<valueHelp>
<format>&lt;start-end&gt;</format>
- <description>VLAN priority range to match</description>
+ <description>Vlan priority range to match</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--allow-range --range 0-7"/>