Cc: Andy Zhou <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
---
include/openflow/openflow-common.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/include/openflow/openflow-common.h
b/include/openflow/openflow-common.h
index 234bf96..17ba915 100644
--- a/include/openflow/openflow-common.h
+++ b/include/openflow/openflow-common.h
@@ -475,4 +475,12 @@ enum ofp_table {
flow stats and flow deletes. */
};
+enum ofp_table_config {
+ OFPTC_TABLE_MISS_CONTROLLER = 0, /* Send to controller. */
+ OFPTC_TABLE_MISS_CONTINUE = 1 << 0, /* Continue to the next table in the
+ pipeline (OpenFlow 1.0 behavior). */
+ OFPTC_TABLE_MISS_DROP = 1 << 1, /* Drop the packet. */
+ OFPTC_TABLE_MISS_MASK = 3
+};
+
#endif /* openflow/openflow-common.h */
--
1.8.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev