removing instruction_id. Instructions don't seem to act like actions.
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index 6010880..6c2cdbf 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -877,10 +877,10 @@
pad(4);
};
-struct of_instruction_id {
- uint16_t type;
- uint16_t len;
-};
+//struct of_instruction_id {
+// uint16_t type;
+// uint16_t len;
+//};
struct of_instruction {
uint16_t type == ?;
@@ -1615,13 +1615,13 @@
uint16_t type == 0;
uint16_t length;
// FIXME Check if instruction_t is right for ids here
- list(of_instruction_id_t) instruction_ids;
+ list(of_instruction_t) instruction_ids;
};
struct of_table_feature_prop_instructions_miss : of_table_feature_prop {
uint16_t type == 1;
uint16_t length;
- list(of_instruction_id_t) instruction_ids;
+ list(of_instruction_t) instruction_ids;
};
struct of_table_feature_prop_next_tables : of_table_feature_prop {