From 12116390acb3b924393fca6ed45101f305b4d35c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 4 Jul 2019 12:22:45 +0200 Subject: files: Add inet family nat config Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- files/nftables/all-in-one.nft | 1 + 1 file changed, 1 insertion(+) (limited to 'files/nftables/all-in-one.nft') 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" -- cgit v1.2.3