Skip to content

Commit

Permalink
netfilter: install missing ebtables headers for userspace
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Nick Bowler authored and Patrick McHardy committed Oct 18, 2010
1 parent 76b6717 commit 43f974c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/netfilter_bridge/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43f974c

Please sign in to comment.