[VOL-5241]: Add Zyxel to ONU Vendor list

Change-Id: Iac1741783d232e451d6af67533ca1f9cbaec6e29
diff --git a/VERSION b/VERSION
index 03b7bd6..34728b5 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.11.6
+2.11.7
diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go
index 7f1e047..155d30e 100644
--- a/internal/pkg/config/config.go
+++ b/internal/pkg/config/config.go
@@ -14,7 +14,7 @@
 * limitations under the License.
  */
 
-//Package config provides the Log, kvstore, Kafka configuration
+// Package config provides the Log, kvstore, Kafka configuration
 package config
 
 import (
@@ -26,7 +26,7 @@
 // Open ONU default constants
 const (
 	EtcdStoreName = "etcd"
-	OnuVendorIds  = "OPEN,ALCL,BRCM,TWSH,ALPH,ISKT,SFAA,BBSM,SCOM,ARPX,DACM,ERSN,HWTC,CIGG,ADTN,ARCA,AVMG,LEOX"
+	OnuVendorIds  = "OPEN,ALCL,BRCM,TWSH,ALPH,ISKT,SFAA,BBSM,SCOM,ARPX,DACM,ERSN,HWTC,CIGG,ADTN,ARCA,AVMG,LEOX,ZYXE"
 )
 
 // AdapterFlags represents the set of configurations used by the read-write adaptercore service