From: Pablo Neira Ayuso Date: Tue, 21 Nov 2023 19:46:19 +0000 (+0100) Subject: tests: shell: skip nat inet if kernel does not support it X-Git-Tag: v1.1.0~204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ca47c1369e263addb865e7054f07658f14c3335;p=thirdparty%2Fnftables.git tests: shell: skip nat inet if kernel does not support it Signed-off-by: Pablo Neira Ayuso --- 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 {