diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-19 21:01:52 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-22 07:47:17 +0100 |
commit | 2ec023752bdd400835eb69a8f1f9d2873cef61fa (patch) | |
tree | 136e81b7fac983ff74601efdd90dfb4255fb35d6 /interface-definitions/include/firewall/match-vlan.xml.i | |
parent | 5c6d4b17d90cdfdf1541d81fb081575c54b168a7 (diff) | |
download | vyos-1x-2ec023752bdd400835eb69a8f1f9d2873cef61fa.tar.gz vyos-1x-2ec023752bdd400835eb69a8f1f9d2873cef61fa.zip |
firewall: T5729: T5681: T5217: backport subsystem from current branch
This is a combined backport for all accumulated changes done to the firewall
subsystem on the current branch.
Diffstat (limited to 'interface-definitions/include/firewall/match-vlan.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/match-vlan.xml.i | 12 |
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><start-end></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><start-end></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"/> |