summaryrefslogtreecommitdiffstats
path: root/files/nftables/all-in-one.nft
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-07-04 12:22:45 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-07-04 14:36:18 +0200
commit12116390acb3b924393fca6ed45101f305b4d35c (patch)
tree0da2854dbfc2d9749e31a80a19c85ce46c5d918d /files/nftables/all-in-one.nft
parent226a0e072d5c1edeb53cb61b959b011168c5c29a (diff)
files: Add inet family nat config
Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
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"