Include set definitions in nat table

This commit is contained in:
Jeremy Gardais 2019-04-16 18:57:31 +02:00
parent bcc3fc6f85
commit 7750b03e26
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"
}