From eb531f69002d3b3236085c77663fdb7425ce5077 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 30 Nov 2013 11:57:21 +0100 Subject: expr: add support for nfnetlink queue This patch adds a support of the queue target. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- include/libnftables/expr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/libnftables/expr.h') diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h index 54de186..d292773 100644 --- a/include/libnftables/expr.h +++ b/include/libnftables/expr.h @@ -143,6 +143,11 @@ enum { NFT_EXPR_REJECT_CODE, }; +enum { + NFT_EXPR_QUEUE_NUM = NFT_RULE_EXPR_ATTR_BASE, + NFT_EXPR_QUEUE_TOTAL, + NFT_EXPR_QUEUE_FLAGS, +}; #ifdef __cplusplus } /* extern "C" */ #endif -- cgit v1.2.3