diff mbox

[next] iptables: add xt_bpf match

Message ID 20130121113328.GA3698@1984
State Accepted
Headers show

Commit Message

Pablo Neira Ayuso Jan. 21, 2013, 11:33 a.m. UTC
On Mon, Jan 21, 2013 at 12:28:38PM +0100, Pablo Neira Ayuso wrote:
> Hi Willem,
> 
> I have applied this patch to my nf-next tree with minor changes.

This was also missing, I have applied this patch as well.

Comments

Florian Westphal Jan. 21, 2013, 11:42 a.m. UTC | #1
Pablo Neira Ayuso <pablo@netfilter.org> wrote:
> On Mon, Jan 21, 2013 at 12:28:38PM +0100, Pablo Neira Ayuso wrote:
> > Hi Willem,
> > 
> > I have applied this patch to my nf-next tree with minor changes.

[..]

> diff --git a/include/uapi/linux/netfilter/Kbuild b/include/uapi/linux/netfilter/Kbuild
> index 08f555f..8b4bd36 100644
> --- a/include/uapi/linux/netfilter/Kbuild
> +++ b/include/uapi/linux/netfilter/Kbuild
> @@ -35,6 +35,7 @@ header-y += xt_TCPOPTSTRIP.h
>  header-y += xt_TEE.h
>  header-y += xt_TPROXY.h
>  header-y += xt_addrtype.h
> +header-y += xt_bpf.h

Good catch. I forgot about that too, so xt_connlabel.h is also missing.
--
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 mbox

Patch

From e7db3cbcd6508235d63ba4a31bbd1ce4fdece6e1 Mon Sep 17 00:00:00 2001
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: Mon, 21 Jan 2013 12:30:59 +0100
Subject: [PATCH] netfilter: add missing xt_bpf.h header in installation

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 include/uapi/linux/netfilter/Kbuild |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/netfilter/Kbuild b/include/uapi/linux/netfilter/Kbuild
index 08f555f..8b4bd36 100644
--- a/include/uapi/linux/netfilter/Kbuild
+++ b/include/uapi/linux/netfilter/Kbuild
@@ -35,6 +35,7 @@  header-y += xt_TCPOPTSTRIP.h
 header-y += xt_TEE.h
 header-y += xt_TPROXY.h
 header-y += xt_addrtype.h
+header-y += xt_bpf.h
 header-y += xt_cluster.h
 header-y += xt_comment.h
 header-y += xt_connbytes.h
-- 
1.7.10.4