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 +++++++ tests/shell/testcases/maps/0010concat_map_0 | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 tests/shell/features/inet_nat.nft (limited to 'tests/shell') 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; + } +} diff --git a/tests/shell/testcases/maps/0010concat_map_0 b/tests/shell/testcases/maps/0010concat_map_0 index 4848d972..859bbfcf 100755 --- a/tests/shell/testcases/maps/0010concat_map_0 +++ b/tests/shell/testcases/maps/0010concat_map_0 @@ -1,5 +1,7 @@ #!/bin/bash +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_inet_nat) + set -e EXPECTED="table inet x { -- cgit v1.2.3