Include set definitions in nat table
This commit is contained in:
parent
bcc3fc6f85
commit
7750b03e26
|
@ -30,6 +30,7 @@ table inet filter {
|
||||||
{% if nft__nat_table_manage %}
|
{% if nft__nat_table_manage %}
|
||||||
# Additionnal table for Network Address Translation (NAT)
|
# Additionnal table for Network Address Translation (NAT)
|
||||||
table ip nat {
|
table ip nat {
|
||||||
|
include "{{ nft_set_conf_path }}"
|
||||||
include "{{ nft__nat_prerouting_conf_path }}"
|
include "{{ nft__nat_prerouting_conf_path }}"
|
||||||
include "{{ nft__nat_postrouting_conf_path }}"
|
include "{{ nft__nat_postrouting_conf_path }}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue