support for corsa pipeline. EXPERIMENTAL.

Change-Id: Ic3db0a7a18f11c41c8a84f25a249dfb63109da97
diff --git a/core/api/src/main/java/org/onosproject/net/flow/instructions/Instruction.java b/core/api/src/main/java/org/onosproject/net/flow/instructions/Instruction.java
index 6f2162f..807aaf8 100644
--- a/core/api/src/main/java/org/onosproject/net/flow/instructions/Instruction.java
+++ b/core/api/src/main/java/org/onosproject/net/flow/instructions/Instruction.java
@@ -50,6 +50,11 @@
         L2MODIFICATION,
 
         /**
+         * Signifies that the traffic should be passed to another table.
+         */
+        TABLE,
+
+        /**
          * Signifies that the traffic should be modified in L3 way.
          */
         L3MODIFICATION