Add existing VLAN options to this template (#5468)
Added yealink_vlan_enable and yealink_vlan_id settings
This commit is contained in:
parent
46de011465
commit
f824fbc8b1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue