Including pppoe changes

Change-Id: If9c21894647ec77fc0b91b09f53a80876a0faeaf
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index 2840ed0..e920775 100644
--- a/Dockerfile.voltha-onos
+++ b/Dockerfile.voltha-onos
@@ -34,7 +34,7 @@
 
 
 # Unpack and install specific apps from download stage
-FROM onosproject/onos:2.2.7 as install
+FROM onosproject/onos:2.2.8-b3 as install
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos
@@ -58,7 +58,7 @@
 
 
 # Create the final image coping over the installed applications from the install stage
-FROM onosproject/onos:2.2.7
+FROM onosproject/onos:2.2.8-b3
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos
diff --git a/VERSION b/VERSION
index 56ac288..0e959d0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.3.0-dev3
+4.3.0-dev4