Added support for clone session on fabric.p4

Now on ACL table in fabric.p4 you can clone a packet to the CPU using the clone session.

Change-Id: Ic21f948cffe553e32e7b2fe1f7af49b6a387fffb
diff --git a/pipelines/fabric/src/main/resources/p4c-out/fabric-int/bmv2/default/p4info.txt b/pipelines/fabric/src/main/resources/p4c-out/fabric-int/bmv2/default/p4info.txt
index 02d6c94..43466cf 100644
--- a/pipelines/fabric/src/main/resources/p4c-out/fabric-int/bmv2/default/p4info.txt
+++ b/pipelines/fabric/src/main/resources/p4c-out/fabric-int/bmv2/default/p4info.txt
@@ -259,7 +259,7 @@
     id: 16829684
   }
   action_refs {
-    id: 16790975
+    id: 16781601
   }
   action_refs {
     id: 16820765
@@ -594,9 +594,14 @@
 }
 actions {
   preamble {
-    id: 16790975
-    name: "FabricIngress.acl.clone_to_cpu"
-    alias: "clone_to_cpu"
+    id: 16781601
+    name: "FabricIngress.acl.set_clone_session_id"
+    alias: "set_clone_session_id"
+  }
+  params {
+    id: 1
+    name: "clone_id"
+    bitwidth: 32
   }
 }
 actions {