From 8ca47c1369e263addb865e7054f07658f14c3335 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 21 Nov 2023 20:46:19 +0100 Subject: tests: shell: skip nat inet if kernel does not support it Signed-off-by: Pablo Neira Ayuso --- tests/shell/features/inet_nat.nft | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/shell/features/inet_nat.nft (limited to 'tests/shell/features/inet_nat.nft') 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; + } +} -- cgit v1.2.3