summaryrefslogtreecommitdiffstats
path: root/include/libnftables/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/expr.h')
-rw-r--r--include/libnftables/expr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h
index a170664..ba6ef64 100644
--- a/include/libnftables/expr.h
+++ b/include/libnftables/expr.h
@@ -114,6 +114,14 @@ enum {
NFT_EXPR_CT_DIR,
};
+enum {
+ NFT_EXPR_BYTEORDER_DREG = NFT_RULE_EXPR_ATTR_BASE,
+ NFT_EXPR_BYTEORDER_SREG,
+ NFT_EXPR_BYTEORDER_OP,
+ NFT_EXPR_BYTEORDER_LEN,
+ NFT_EXPR_BYTEORDER_SIZE,
+};
+
#ifdef __cplusplus
} /* extern "C" */
#endif