netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfilter: Install missing ebtables headers for userspace.
@ 2010-10-14 20:56 Nick Bowler
  2010-10-18  9:22 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Bowler @ 2010-10-14 20:56 UTC (permalink / raw)
  To: netfilter-devel

The ebt_ip6.h and ebt_nflog.h headers are not not known to Kbuild and
therefore not installed by make headers_install.  Fix that up.

Signed-off-by: Nick Bowler <nbowler@elliptictech.com>
---
 include/linux/netfilter_bridge/Kbuild |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/netfilter_bridge/Kbuild b/include/linux/netfilter_bridge/Kbuild
index d4d7867..e48f1a3 100644
--- a/include/linux/netfilter_bridge/Kbuild
+++ b/include/linux/netfilter_bridge/Kbuild
@@ -3,11 +3,13 @@ header-y += ebt_among.h
 header-y += ebt_arp.h
 header-y += ebt_arpreply.h
 header-y += ebt_ip.h
+header-y += ebt_ip6.h
 header-y += ebt_limit.h
 header-y += ebt_log.h
 header-y += ebt_mark_m.h
 header-y += ebt_mark_t.h
 header-y += ebt_nat.h
+header-y += ebt_nflog.h
 header-y += ebt_pkttype.h
 header-y += ebt_redirect.h
 header-y += ebt_stp.h
-- 
1.7.2.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netfilter: Install missing ebtables headers for userspace.
  2010-10-14 20:56 [PATCH] netfilter: Install missing ebtables headers for userspace Nick Bowler
@ 2010-10-18  9:22 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2010-10-18  9:22 UTC (permalink / raw)
  To: Nick Bowler; +Cc: netfilter-devel

Am 14.10.2010 22:56, schrieb Nick Bowler:
> The ebt_ip6.h and ebt_nflog.h headers are not not known to Kbuild and
> therefore not installed by make headers_install.  Fix that up.
> 

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-18  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 20:56 [PATCH] netfilter: Install missing ebtables headers for userspace Nick Bowler
2010-10-18  9:22 ` Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).