summaryrefslogtreecommitdiffstats
path: root/include/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rule.h')
-rw-r--r--include/rule.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/rule.h b/include/rule.h
index 523435f6..4ef24eb4 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -188,6 +188,14 @@ enum chain_flags {
};
/**
+ * enum flowtable_flags - flowtable flags
+ *
+ */
+enum flowtable_flags {
+ FLOWTABLE_F_HW_OFFLOAD = 0x1, /* NF_FLOWTABLE_HW_OFFLOAD in linux nf_flow_table.h */
+};
+
+/**
* struct prio_spec - extendend priority specification for mixed
* textual/numerical parsing.
*