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:
Franco Fichtner 2026-05-21 18:08:11 +02:00
parent ac55f108c5
commit 72403e4ace

View file

@ -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"/>