mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Adds an extra line so that internet_port_vid doesn't show up on the same line.
This commit is contained in:
@@ -67,8 +67,11 @@ network.dhcp.server_mac2 =
|
||||
#######################################################################################
|
||||
## VLAN ##
|
||||
#######################################################################################
|
||||
static.network.vlan.internet_port_enable =
|
||||
{if isset($yealink_vlan_enable)}static.network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}static.network.vlan.internet_port_enable = 0{/if}
|
||||
{if isset($yealink_vlan_enable)}
|
||||
static.network.vlan.internet_port_enable = {$yealink_vlan_enable}
|
||||
{else}
|
||||
static.network.vlan.internet_port_enable = 0
|
||||
{/if}
|
||||
static.network.vlan.internet_port_vid = {$yealink_vlan_id}
|
||||
static.network.vlan.internet_port_priority = {$yealink_vlan_cos}
|
||||
static.network.vlan.pc_port_enable =
|
||||
|
||||
Reference in New Issue
Block a user