From e789b2be28f44e64d6e748b787c377ef9344f7c6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 12 Jul 2016 22:04:15 +0200 Subject: include: cache ip_tables.h, ip6_tables.h, arp_tables.h and ebtables.h The xt over nft support that comes in follow up patches need this, and update the corresponding Makefile.am. Based on patch from Arturo Borrero Gonzalez. Signed-off-by: Pablo Neira Ayuso --- include/linux/netfilter_arp/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/linux/netfilter_arp/Makefile.am (limited to 'include/linux/netfilter_arp/Makefile.am') diff --git a/include/linux/netfilter_arp/Makefile.am b/include/linux/netfilter_arp/Makefile.am new file mode 100644 index 00000000..0a16c1ab --- /dev/null +++ b/include/linux/netfilter_arp/Makefile.am @@ -0,0 +1 @@ +noinst_HEADERS = arp_tables.h -- cgit v1.2.3