[ONOS-7723] Intrepreter can not handle Treatment of VLAN meta table

Change-Id: Iba0c4eab8d35d93aaa1b00d30a398709acde1a13
diff --git a/pipelines/fabric/src/main/java/org/onosproject/pipelines/fabric/FabricInterpreter.java b/pipelines/fabric/src/main/java/org/onosproject/pipelines/fabric/FabricInterpreter.java
index 2c698a5..11f551e 100644
--- a/pipelines/fabric/src/main/java/org/onosproject/pipelines/fabric/FabricInterpreter.java
+++ b/pipelines/fabric/src/main/java/org/onosproject/pipelines/fabric/FabricInterpreter.java
@@ -93,7 +93,8 @@
                             FabricConstants.FABRIC_INGRESS_FORWARDING_BRIDGING,
                             FabricConstants.FABRIC_INGRESS_FORWARDING_ACL);
     private static final Set<PiTableId> NEXT_CTRL_TBLS =
-            ImmutableSet.of(FabricConstants.FABRIC_INGRESS_NEXT_SIMPLE,
+            ImmutableSet.of(FabricConstants.FABRIC_INGRESS_NEXT_VLAN_META,
+                            FabricConstants.FABRIC_INGRESS_NEXT_SIMPLE,
                             FabricConstants.FABRIC_INGRESS_NEXT_HASHED,
                             FabricConstants.FABRIC_INGRESS_NEXT_MULTICAST);
     private static final Set<PiTableId> E_NEXT_CTRL_TBLS =