mirror of
https://git.netfilter.org/nftables
synced 2026-01-30 12:24:09 +00:00
Skip tests that require NAT netmap support Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9 lines
277 B
Plaintext
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 }
|
|
}
|
|
}
|