From 7750b03e262e9bcfcdbafde6476caa4350209599 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 16 Apr 2019 18:57:31 +0200 Subject: [PATCH] Include set definitions in nat table --- templates/etc/nftables.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/etc/nftables.conf.j2 b/templates/etc/nftables.conf.j2 index e5a4b52..1bb82e0 100755 --- a/templates/etc/nftables.conf.j2 +++ b/templates/etc/nftables.conf.j2 @@ -30,6 +30,7 @@ table inet filter { {% if nft__nat_table_manage %} # Additionnal table for Network Address Translation (NAT) table ip nat { + include "{{ nft_set_conf_path }}" include "{{ nft__nat_prerouting_conf_path }}" include "{{ nft__nat_postrouting_conf_path }}" }