Pablo Neira Ayuso cfd94cc1be tests: shell: skip NAT netmap tests if kernel lacks support
Skip tests that require NAT netmap support

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2023-11-11 09:51:12 +01:00

9 lines
277 B
Plaintext

# 3ff7ddb1353d ("netfilter: nft_nat: add netmap support")
# v5.8-rc1~165^2~393^2
table ip x {
chain y {
type nat hook postrouting priority srcnat; policy accept;
snat ip prefix to ip saddr map { 10.141.11.0/24 : 192.168.2.0/24 }
}
}