summaryrefslogtreecommitdiffstats
path: root/files/nftables/bridge-filter
diff options
context:
space:
mode:
authorGiorgio Dal Molin <giorgio.nicole@arcor.de>2014-11-12 17:41:06 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-11-12 21:43:56 +0100
commit8fbb012f92ed491620b8f0ae312c8842aadffe06 (patch)
tree4f7c72953d5bb0529bda5cd68eff82a70d1f576a /files/nftables/bridge-filter
parentc12d635ca3ef24345e37aca7bd2bb1aa280c0e34 (diff)
build: add autotools support for the 'files' subdir
Added support to install some 'nft' scripts under '${sysconfdir}/nftables', typically '/etc/nftables'. Signed-off-by: Giorgio Dal Molin <giorgio.nicole@arcor.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'files/nftables/bridge-filter')
-rw-r--r--files/nftables/bridge-filter2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/nftables/bridge-filter b/files/nftables/bridge-filter
index 54779c4a..2add455d 100644
--- a/files/nftables/bridge-filter
+++ b/files/nftables/bridge-filter
@@ -1,4 +1,4 @@
-#! nft -f
+#! @sbindir@nft -f
table bridge filter {
chain input { type filter hook input priority -200; }