Loxi extensions for Egress Tables.

- Support for programming the action "set allow vlan translation"
  which is used in l2 unfiltered ofdpa groups.

- Support for matching on "actset output" and "allow vlan translation"
  fields which are used in egress vlan table and egress tpid table.

- Support for action copy_field for ofdpa which is used in egress tpid table.

Change-Id: I3cea6ed2234147c8dbe440ae1701856a60706e7c
diff --git a/openflow_input/ofdpa b/openflow_input/ofdpa
index c11aa89..e07d888 100644
--- a/openflow_input/ofdpa
+++ b/openflow_input/ofdpa
@@ -12,3 +12,11 @@
     pad(6);
 };
 
+struct of_action_onf : of_action_experimenter {
+    uint16_t type == 65535;
+    uint16_t len;
+    uint32_t experimenter == 0x4f4e4600;
+    uint16_t exp_type == ?;
+    pad(6);
+};
+