mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
interfaces: simplify VLAN type selection
Although 802.1Q is correct we don't need the translation and can make all of it a bit shorter.
This commit is contained in:
parent
ac55f108c5
commit
72403e4ace
1 changed files with 3 additions and 3 deletions
|
|
@ -41,10 +41,10 @@
|
|||
</OptionValues>
|
||||
</pcp>
|
||||
<proto type="OptionField">
|
||||
<BlankDesc>Auto</BlankDesc>
|
||||
<BlankDesc>Automatic</BlankDesc>
|
||||
<OptionValues>
|
||||
<opt1 value="802.1q">802.1Q</opt1>
|
||||
<opt2 value="802.1ad">802.1ad</opt2>
|
||||
<opt1 value="802.1q"/>
|
||||
<opt2 value="802.1ad"/>
|
||||
</OptionValues>
|
||||
</proto>
|
||||
<descr type="DescriptionField"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue