summaryrefslogtreecommitdiffstats
path: root/files/nftables/Makefile.am
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-08-23 17:54:19 +0200
committerFlorian Westphal <fw@strlen.de>2017-08-23 23:42:13 +0200
commitc06413211e6f5f8720fa75909f84b6c0b8c17d68 (patch)
treea41990f4cb9943d3eb16e0cec9679ee8aa9b8dc4 /files/nftables/Makefile.am
parent17841a1975cd1c4346f243144f775a8cb17c50b5 (diff)
files: add arp filter and add in/output to nat skeleton
Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'files/nftables/Makefile.am')
-rw-r--r--files/nftables/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/nftables/Makefile.am b/files/nftables/Makefile.am
index a4c7ac7c..77d5c2a6 100644
--- a/files/nftables/Makefile.am
+++ b/files/nftables/Makefile.am
@@ -1,6 +1,7 @@
pkgsysconfdir = ${sysconfdir}/nftables
-dist_pkgsysconf_DATA = bridge-filter \
+dist_pkgsysconf_DATA = arp-filter \
+ bridge-filter \
inet-filter \
ipv4-filter \
ipv4-mangle \