summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/inet_nat.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/inet_nat.nft')
-rw-r--r--tests/shell/features/inet_nat.nft7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/features/inet_nat.nft b/tests/shell/features/inet_nat.nft
new file mode 100644
index 00000000..189ea1d0
--- /dev/null
+++ b/tests/shell/features/inet_nat.nft
@@ -0,0 +1,7 @@
+# v5.2-rc1~133^2~174^2~15
+# d164385ec572 ("netfilter: nat: add inet family nat support")
+table inet x {
+ chain y {
+ type nat hook prerouting priority dstnat;
+ }
+}