From patchwork Tue May 8 09:44:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,3/6] netfilter: Add support for per-queue fail-open Date: Mon, 07 May 2012 23:44:19 -0000 From: Krishna Kumar X-Patchwork-Id: 157654 Message-Id: <20120508094419.19531.63643.sendpatchset@localhost.localdomain> To: kaber@trash.net, pablo@netfilter.org Cc: vivk@us.ibm.com, svajipay@in.ibm.com, fw@strlen.de, netfilter-devel@vger.kernel.org, Krishna Kumar , sri@us.ibm.com Add support for per-queue fail-open Signed-off-by: Krishna Kumar Signed-off-by: Vivek Kashyap Signed-off-by: Sridhar Samudrala --- net/netfilter/nfnetlink_queue.c | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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.