summaryrefslogtreecommitdiffstats
path: root/files/nftables/all-in-one.nft
diff options
context:
space:
mode:
Diffstat (limited to 'files/nftables/all-in-one.nft')
-rwxr-xr-xfiles/nftables/all-in-one.nft1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/nftables/all-in-one.nft b/files/nftables/all-in-one.nft
index 4ccc0432..d3aa7f37 100755
--- a/files/nftables/all-in-one.nft
+++ b/files/nftables/all-in-one.nft
@@ -13,6 +13,7 @@ flush ruleset
# native dual stack IPv4 & IPv6 family
include "./inet-filter.nft"
+include "./inet-nat.nft"
# netdev family at ingress hook. Attached to a given NIC
include "./netdev-ingress.nft"