From 6e1c48ee997a43245cc218531eb4e2bc0c9a9224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Tue, 2 Jun 2020 09:22:17 +0200 Subject: [PATCH] =?UTF-8?q?Use=20var=20to=20include=20defines.nft=20file?= =?UTF-8?q?=20=E2=88=92=20Fix=20#9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/etc/nftables.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/nftables.conf.j2 b/templates/etc/nftables.conf.j2 index 1bb82e0..6dde3e7 100755 --- a/templates/etc/nftables.conf.j2 +++ b/templates/etc/nftables.conf.j2 @@ -8,7 +8,7 @@ # clean flush ruleset -include "/etc/nftables.d/defines.nft" +include "{{ nft_define_conf_path }}" table inet filter { chain global {