Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- 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 diff --git a/tests/shell/features/inet_nat.nft b/tests/shell/features/inet_nat.nft new file mode 100644 index 000000000000..189ea1d0e280 --- /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 4848d97212fd..859bbfcf69e4 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 { -- 2.30.2