Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

netfilter: install missing ebtables headers for userspace

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>

authored by

Nick Bowler and committed by
Patrick McHardy
43f974cd 76b6717b

+2
+2
include/linux/netfilter_bridge/Kbuild
··· 3 3 header-y += ebt_arp.h 4 4 header-y += ebt_arpreply.h 5 5 header-y += ebt_ip.h 6 + header-y += ebt_ip6.h 6 7 header-y += ebt_limit.h 7 8 header-y += ebt_log.h 8 9 header-y += ebt_mark_m.h 9 10 header-y += ebt_mark_t.h 10 11 header-y += ebt_nat.h 12 + header-y += ebt_nflog.h 11 13 header-y += ebt_pkttype.h 12 14 header-y += ebt_redirect.h 13 15 header-y += ebt_stp.h