aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2016-12-02 14:54:00 -0800
committerDavid S. Miller <davem@davemloft.net>2016-12-05 19:43:02 -0500
commitffe3bb85c19e1dbf96cc13aad823ae0a8855d066 (patch)
tree869a9cb35a2799d2f8f4db400a567f3d334e27af
parentad558858295726cb876b78d1c39d471372f1901a (diff)
downloadlinux-avr32-ffe3bb85c19e1dbf96cc13aad823ae0a8855d066.tar.gz
uapi: export nf_log.h
File is in uapi directory but not being copied on make install_headers Fixes commit 4ec9c8fbbc22 ("netfilter: nft_log: complete NFTA_LOG_FLAGS attr support"). Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/uapi/linux/netfilter/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/netfilter/Kbuild b/include/uapi/linux/netfilter/Kbuild
index cd26d7a0fd0709..03f194aeadc51b 100644
--- a/include/uapi/linux/netfilter/Kbuild
+++ b/include/uapi/linux/netfilter/Kbuild
@@ -5,6 +5,7 @@ header-y += nf_conntrack_ftp.h
header-y += nf_conntrack_sctp.h
header-y += nf_conntrack_tcp.h
header-y += nf_conntrack_tuple_common.h
+header-y += nf_log.h
header-y += nf_tables.h
header-y += nf_tables_compat.h
header-y += nf_nat.h