Add support for per-queue fail-open Signed-off-by: Krishna Kumar <krkumar2@xxxxxxxxxx> Signed-off-by: Vivek Kashyap <vivk@xxxxxxxxxx> Signed-off-by: Sridhar Samudrala <samudrala@xxxxxxxxxx> --- net/netfilter/nfnetlink_queue.c | 1 + 1 file changed, 1 insertion(+) diff -ruNp org/net/netfilter/nfnetlink_queue.c new/net/netfilter/nfnetlink_queue.c --- org/net/netfilter/nfnetlink_queue.c 2012-05-08 09:15:36.442049628 +0530 +++ new/net/netfilter/nfnetlink_queue.c 2012-05-08 09:56:41.274129649 +0530 @@ -52,6 +52,7 @@ struct nfqnl_instance { u_int16_t queue_num; /* number of this queue */ u_int8_t copy_mode; + u_int8_t fail_open; /* whether fail-open enabled */ /* * Following fields are dirtied for each queued packet, * keep them in same cache line if possible. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html