Add existing VLAN options to this template (#5468)

Added yealink_vlan_enable and yealink_vlan_id settings
This commit is contained in:
Jason Kinner 2020-09-21 18:12:49 -04:00 committed by GitHub
parent 46de011465
commit f824fbc8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ network.pppoe.password =
#Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled;
#Require reboot;
network.vlan.internet_port_enable = 0
network.vlan.internet_port_enable = {$yealink_vlan_enable}
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot;
network.vlan.internet_port_vid =
network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot;