mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 04:03:49 +00:00
Add existing VLAN options to this template (#5468)
Added yealink_vlan_enable and yealink_vlan_id settings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user