From f824fbc8b14bef41c3bf3490d73380d4f5cabe93 Mon Sep 17 00:00:00 2001 From: Jason Kinner Date: Mon, 21 Sep 2020 18:12:49 -0400 Subject: [PATCH] Add existing VLAN options to this template (#5468) Added yealink_vlan_enable and yealink_vlan_id settings --- resources/templates/provision/yealink/w60b/y000000000077.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/yealink/w60b/y000000000077.cfg b/resources/templates/provision/yealink/w60b/y000000000077.cfg index ad4c3ed1dc..5c8a92c78f 100644 --- a/resources/templates/provision/yealink/w60b/y000000000077.cfg +++ b/resources/templates/provision/yealink/w60b/y000000000077.cfg @@ -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;